nghttp2: fix cygwin build
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user