shaderc: remove unneeded CMake flags
Not necessary since https://github.com/NixOS/nixpkgs/pull/52856 Parallel building is enabled by default with CMake.
This commit is contained in:
parent
6928f1e838
commit
9aa10f05fd
1 changed files with 0 additions and 4 deletions
|
@ -48,10 +48,6 @@ in stdenv.mkDerivation rec {
|
||||||
moveToOutput "lib/*.a" $static
|
moveToOutput "lib/*.a" $static
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''cmakeFlags="$cmakeFlags -DCMAKE_INSTALL_BINDIR=$bin/bin"'';
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
cmakeFlags = [ "-DSHADERC_SKIP_TESTS=ON" ];
|
cmakeFlags = [ "-DSHADERC_SKIP_TESTS=ON" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue