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/";
|
downloadPage = "http://www.creytiv.com/pub/";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
downloadURLRegexp = "/restund-.*[.]tar[.]";
|
downloadURLRegexp = "/restund-.*[.]tar[.]";
|
||||||
|
broken = true; # probably due to glibc-2.20
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -75,5 +75,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ eelco ];
|
maintainers = with maintainers; [ eelco ];
|
||||||
|
broken = hpnSupport; # probably after 6.7 update
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user