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
@ -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…
x
Reference in New Issue
Block a user