mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
committed by
Vladimír Čunát
parent
4a3510ae2b
commit
01a91a2831
@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ cmake perl ];
|
||||
enableParallelBuilding = true;
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/include $out/lib
|
||||
|
||||
Reference in New Issue
Block a user