memtest86plus: Broken on non-x86
https://hydra.nixos.org/build/65048457
This commit is contained in:
parent
b51cc95a61
commit
9a13bc817e
@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.memtest.org/;
|
homepage = http://www.memtest.org/;
|
||||||
description = "A tool to detect memory errors";
|
description = "A tool to detect memory errors";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user