openssh_hpn: mark as broken ATM, cf. #1640

This commit is contained in:
Vladimír Čunát 2014-02-01 09:07:16 +01:00
parent 5d2e884aa1
commit f33d50c04e

View File

@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
license = "bsd";
platforms = platforms.unix;
maintainers = with maintainers; [ eelco ];
broken = hpnSupport; # cf. https://github.com/NixOS/nixpkgs/pull/1640
};
}