restund, openssh_hpn: mark as broken
This commit is contained in:
parent
607c64fe55
commit
abcb355453
@ -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
|
||||
};
|
||||
}
|
||||
|
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user