1 { lib, stdenv, fetchgit }:
5 version = "5.01-coreboot-002";
8 url = "https://review.coreboot.org/memtest86plus.git";
10 sha256 = "0cwx20yja24bfknqh1rjb5rl2c0kwnppzsisg1dibbak0l8mxchk";
13 NIX_CFLAGS_COMPILE = "-I. -std=gnu90";
15 hardeningDisable = [ "all" ];
17 buildFlags = [ "memtest.bin" ];
19 doCheck = false; # fails
22 install -Dm0444 -t $out/ memtest.bin
26 homepage = "http://www.memtest.org/";
27 description = "A tool to detect memory errors";
28 license = lib.licenses.gpl2;
29 platforms = [ "x86_64-linux" "i686-linux" ];