mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
parent
4a3510ae2b
commit
01a91a2831
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue