memtest86plus: Broken on non-x86

https://hydra.nixos.org/build/65048457
This commit is contained in:
Tuomas Tynkkynen 2017-12-03 19:47:03 +02:00
parent b51cc95a61
commit 9a13bc817e

View file

@ -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" ];
};
}