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

This commit is contained in:
Pol Dellaiera 2024-09-05 08:10:51 +02:00 committed by GitHub
commit a946e0a473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];