curlFull: move to pkgs/by-name

This commit is contained in:
Alexis Hildebrandt
2026-08-10 21:19:41 +02:00
parent c162672140
commit 4e815b33a1
2 changed files with 14 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
{
curl,
...
}@args:
curl.override (
{
ldapSupport = true;
gsaslSupport = true;
rtmpSupport = true;
websocketSupport = true;
}
// removeAttrs args [ "curl" ]
)

View File

@@ -1891,14 +1891,6 @@ with pkgs;
# TODO: move to alias
cudatoolkit = cudaPackages.cudatoolkit;
curlFull = curl.override {
ldapSupport = true;
gsaslSupport = true;
rtmpSupport = true;
pslSupport = true;
websocketSupport = true;
};
curlWithGnuTls = curl.override {
gnutlsSupport = true;
opensslSupport = false;