curlMinimal: fix cygwin build (#472401)

This commit is contained in:
John Ericson
2025-12-20 18:25:20 +00:00
committed by GitHub
+2 -1
View File
@@ -17,7 +17,8 @@
gssSupport ?
with stdenv.hostPlatform;
(
!isWindows
# krb5 is broken on cygwin
!(isWindows || isCygwin)
&&
# disable gss because of: undefined reference to `k5_bcmp'
# a very sad story re static: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039