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

mongodb-ce: remove custom `curl` override (#339615)

parents b00b35b4 5ffe217c
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -49,11 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
  dontStrip = true;

  buildInputs = [
    # Remove this after https://github.com/NixOS/nixpkgs/pull/336712
    # has landed in `nixpkgs-unstable`
    (curl.overrideAttrs (old: {
      configureFlags = old.configureFlags ++ [ "--enable-versioned-symbols" ];
    })).dev
    curl.dev
    openssl.dev
    stdenv.cc.cc.lib
  ];