mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
shibboleth-sp: fix build on darwin
This commit is contained in:
parent
7cde39f7a1
commit
93e65e975f
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-fastcgi"
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString [ "-std=c++14" ];
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString (!stdenv.isDarwin) "-std=c++14";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user