Skip to content

Commit

Permalink
curl: patch for netrc regression in Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 14, 2022
1 parent ca4d5be commit 99208bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -363,7 +363,7 @@

buildInputs =
[ nix
curl
(curl.override { patchNetrcRegression = true; })
bzip2
xz
pkgs.perl
Expand Down

0 comments on commit 99208bb

Please sign in to comment.