diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-09-06 08:49:39 +0100 |
|---|---|---|
| committer | Fabián Heredia Montiel <fabianhjr@protonmail.com> | 2024-09-11 01:44:17 -0600 |
| commit | 0aa06e6e1ca8677a87284720f417b19d1e2978a6 (patch) | |
| tree | c6efe3e2e95c5ab0d735a93b6dfdbbc5c667cf59 /pkgs/development/python-modules/httpserver | |
| parent | a55b0ea0b170e31b2430ae9680eab435e2c5e9f1 (diff) | |
vulkan-headers: build using ninja to fix `gcc-14` compatibility
When `vulkan-headers` detects `gcc-14` or above it enables c++ modules
support. But make-mased backend does not support it and fails as:
$ nix build --impure --expr 'with import ./. {}; vulkan-headers.override {stdenv = gcc14Stdenv; }' -L
CMake Error in CMakeLists.txt:
The target named "Vulkan-Module" has C++ sources that may use modules, but
modules are not supported by this generator:
Unix Makefiles
Modules are supported only by Ninja, Ninja Multi-Config, and Visual Studio
generators for VS 17.4 and newer. See the cmake-cxxmodules(7) manual for
details. Use the CMAKE_CXX_SCAN_FOR_MODULES variable to enable or disable
scanning.
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions
