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:
Jan Tojnar 2019-07-30 20:29:15 +02:00
parent 6928f1e838
commit 9aa10f05fd
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -48,10 +48,6 @@ in stdenv.mkDerivation rec {
moveToOutput "lib/*.a" $static
'';
preConfigure = ''cmakeFlags="$cmakeFlags -DCMAKE_INSTALL_BINDIR=$bin/bin"'';
enableParallelBuilding = true;
cmakeFlags = [ "-DSHADERC_SKIP_TESTS=ON" ];
meta = with stdenv.lib; {