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:
parent
6db7c9cf1d
commit
e6d641d957
1 changed files with 1 additions and 0 deletions
|
@ -110,5 +110,6 @@ stdenv.mkDerivation rec {
|
|||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
maintainers = with maintainers; [ eelco aneeshusa ];
|
||||
broken = hpnSupport;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue