mongodb-ce: remove custom curl override

This commit is contained in:
Pol Dellaiera 2024-09-04 17:22:03 +02:00
parent a1dbc04bb9
commit 3a41bcd617
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

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