nghttp2: fix cygwin build

This commit is contained in:
David McFarland
2025-12-14 21:53:51 -04:00
parent 7e5a44f95b
commit 58beef4ba4
+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,