summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2019-09-04 21:00:11 +0000
committeredef <edef@edef.eu>2019-10-19 12:05:27 +0000
commite6d641d957c8bc63c470d08ca43f111377a8693e (patch)
treeddc7744ecc14be4927b04085000ca8a0b3b5dbcf /pkgs/tools
parent6db7c9cf1d6c1c1fdc365a1214e6bbbb36a2acb8 (diff)
openssh: mark hpnSupport as broken
We're hoping to deprecate HPN support, given that as far as we
can tell, nobody is using it, and the patches seem rather unmaintained.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/openssh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix
index e2fd4e3e1ff12..d592d6da8f2be 100644
--- a/pkgs/tools/networking/openssh/default.nix
+++ b/pkgs/tools/networking/openssh/default.nix
@@ -110,5 +110,6 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.bsd2;
     platforms = platforms.unix ++ platforms.windows;
     maintainers = with maintainers; [ eelco aneeshusa ];
+    broken = hpnSupport;
   };
 }