Skip to content

Commit

Permalink
Merge pull request #336758 from drupol/mongodb-ce-fix-darwin
Browse files Browse the repository at this point in the history
mongodb-ce: fix darwin build
  • Loading branch information
drupol authored Aug 23, 2024
2 parents fa10dec + 4b0b32e commit 2987ca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/mo/mongodb-ce/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2987ca5

Please sign in to comment.