Unverified Commit 2987ca54 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #336758 from drupol/mongodb-ce-fix-darwin

mongodb-ce: fix darwin build
parents fa10decb 4b0b32e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: