mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
opensaml-cpp: fix build on darwin
This commit is contained in:
parent
174458b31d
commit
7cde39f7a1
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--with-xmltooling=${xml-tooling-c}" ];
|
configureFlags = [ "--with-xmltooling=${xml-tooling-c}" ];
|
||||||
|
|
||||||
env.NIX_CFLAGS_COMPILE = toString [ "-std=c++14" ];
|
env.NIX_CFLAGS_COMPILE = lib.optionalString (!stdenv.isDarwin) "-std=c++14";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user