* Disable GRUB 2's `make check' by default, because it requires QEMU.

It's not so desirable to have GRUB 2 depend on X11, Mesa, SDL,
  PulseAudio, ... (I became very confused when changing Mesa triggered
  a rebuild of GRUB.)

svn path=/nixpkgs/branches/x-updates/; revision=22680
wip/yesman
Eelco Dolstra 14 years ago
parent 0f53a3fca8
commit 37f6612875
  1. 2
      pkgs/tools/misc/grub/1.9x.nix

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
-e "s|/usr/src/unifont.bdf|$PWD/unifont.bdf|g"
'';
doCheck = true;
doCheck = false;
meta = {
description = "GNU GRUB, the Grand Unified Boot Loader (2.x alpha)";

Loading…
Cancel
Save