curl: fix static build by disabling gssSupport
This commit is contained in:
parent
2d4dd130c2
commit
cd97a3d62e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
, gnutlsSupport ? false, gnutls ? null
|
||||
, wolfsslSupport ? false, wolfssl ? null
|
||||
, scpSupport ? zlibSupport && !stdenv.isSunOS && !stdenv.isCygwin, libssh2 ? null
|
||||
, gssSupport ? with stdenv.hostPlatform; !(
|
||||
, gssSupport ? with stdenv.hostPlatform; (
|
||||
!isWindows &&
|
||||
# a very sad story re static: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039
|
||||
!isStatic &&
|
||||
|
|
Loading…
Reference in a new issue