restund, openssh_hpn: mark as broken

This commit is contained in:
Vladimír Čunát 2014-11-27 01:19:24 +01:00
parent 607c64fe55
commit abcb355453
2 changed files with 2 additions and 0 deletions

View file

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true;
downloadURLRegexp = "/restund-.*[.]tar[.]";
broken = true; # probably due to glibc-2.20
};
}

View file

@ -75,5 +75,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ eelco ];
broken = hpnSupport; # probably after 6.7 update
};
}