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:
@@ -110,5 +110,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
maintainers = with maintainers; [ eelco aneeshusa ];
|
||||
broken = hpnSupport;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user