curl: fix typo in patch name

This commit is contained in:
Sander
2025-01-23 18:50:01 +04:00
parent 9a3e4294f7
commit 2985b9a8da
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
# https://github.com/curl/curl/issues/15725
./fix-eventfd-free.patch
# https://github.com/curl/curl/issues/15767
./fix-password-less-netrc.patch
./fix-password-only-netrc.patch
];
# this could be accomplished by updateAutotoolsGnuConfigScriptsHook, but that causes infinite recursion