mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
mongodb-ce: fix darwin build
This commit is contained in:
parent
8227d33e64
commit
4b0b32e5f5
@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
or (throw "unsupported system: ${stdenv.hostPlatform.system}")
|
||||
);
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook ];
|
||||
nativeBuildInputs = lib.optionals stdenv.isLinux [ autoPatchelfHook ];
|
||||
dontStrip = true;
|
||||
|
||||
buildInputs = [
|
||||
# This is to avoid the following error:
|
||||
|
Loading…
Reference in New Issue
Block a user