mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
curl: patch for netrc regression in Nix
This commit is contained in:
parent
ca4d5bee09
commit
99208bb8cc
2 changed files with 5 additions and 5 deletions
|
@ -108,7 +108,7 @@
|
|||
++ lib.optionals stdenv.hostPlatform.isLinux [(buildPackages.util-linuxMinimal or buildPackages.utillinuxMinimal)];
|
||||
|
||||
buildDeps =
|
||||
[ curl
|
||||
[ (curl.override { patchNetrcRegression = true; })
|
||||
bzip2 xz brotli editline
|
||||
openssl sqlite
|
||||
libarchive
|
||||
|
@ -363,7 +363,7 @@
|
|||
|
||||
buildInputs =
|
||||
[ nix
|
||||
curl
|
||||
(curl.override { patchNetrcRegression = true; })
|
||||
bzip2
|
||||
xz
|
||||
pkgs.perl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue