nghttp2: fix cygwin build (#470895)

This commit is contained in:
John Ericson
2025-12-15 04:45:43 +00:00
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@
pkg-config,
# Optional dependencies
enableApp ? with stdenv.hostPlatform; !isWindows && !isStatic,
enableApp ? with stdenv.hostPlatform; !(isWindows || isCygwin) && !isStatic,
c-aresMinimal,
libev,
openssl,