mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
memtest86: Mark as broken
It fails with hardening-related errors like: reloc.o: In function `.L41': reloc.c:(.text+0x452): undefined reference to `__stack_chk_fail_local' ... and several others as well! Since nobody has noticed that this package has been broken the entire 16.09 release, it's probably not worth to try fixing it. (Note that this is a different package from memtest86plus!)
This commit is contained in:
parent
337356448a
commit
8dcfa44a53
@ -27,5 +27,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://memtest86.com/;
|
||||
description = "A tool to detect memory errors, to be run from a bootloader";
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user