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