about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-01-03 21:40:14 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-01-03 21:46:14 +0000
commit5c2965145f322386d45db04c409fd2f8a3c3b478 (patch)
tree67c42ad4baaf5a9f52e8623310a3e381b2004cb8 /pkgs/tools/networking
parent9c9c6461ba79a6c233741760045f3b44be5924dd (diff)
downloadnixlib-5c2965145f322386d45db04c409fd2f8a3c3b478.tar
nixlib-5c2965145f322386d45db04c409fd2f8a3c3b478.tar.gz
nixlib-5c2965145f322386d45db04c409fd2f8a3c3b478.tar.bz2
nixlib-5c2965145f322386d45db04c409fd2f8a3c3b478.tar.lz
nixlib-5c2965145f322386d45db04c409fd2f8a3c3b478.tar.xz
nixlib-5c2965145f322386d45db04c409fd2f8a3c3b478.tar.zst
nixlib-5c2965145f322386d45db04c409fd2f8a3c3b478.zip
treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/curl/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/networking/curl/default.nix b/pkgs/tools/networking/curl/default.nix
index 82245f4cd26d..6f1c202a91cc 100644
--- a/pkgs/tools/networking/curl/default.nix
+++ b/pkgs/tools/networking/curl/default.nix
@@ -7,7 +7,8 @@
 , gnutlsSupport ? false, gnutls ? null
 , wolfsslSupport ? false, wolfssl ? null
 , scpSupport ? zlibSupport && !stdenv.isSunOS && !stdenv.isCygwin, libssh2 ? null
-, gssSupport ? !stdenv.hostPlatform.isWindows, libkrb5 ? null
+, # a very sad story re static: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039
+  gssSupport ? with stdenv.hostPlatform; !isWindows && !isStatic, libkrb5 ? null
 , c-aresSupport ? false, c-ares ? null
 , brotliSupport ? false, brotli ? null
 }: