libsigsegv: disable test suite to avoid crashes with certain kernel versions
Further details are at: - https://lists.gnu.org/archive/html/bug-libsigsegv/2015-01/msg00001.html - http://lists.opensuse.org/opensuse-factory/2015-01/msg00408.html Resolves https://github.com/NixOS/nixpkgs/issues/6028, kind of.
This commit is contained in:
parent
c08716029b
commit
953466fcba
@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "16hrs8k3nmc7a8jam5j1fpspd6sdpkamskvsdpcw6m29vnis8q44";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
# https://github.com/NixOS/nixpkgs/issues/6028
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/libsigsegv/;
|
||||
|
Loading…
Reference in New Issue
Block a user