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.
This commit is contained in:
edef 2019-09-04 21:00:11 +00:00
parent 6db7c9cf1d
commit e6d641d957

View file

@ -110,5 +110,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd2;
platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [ eelco aneeshusa ];
broken = hpnSupport;
};
}