mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
* 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
This commit is contained in:
parent
0f53a3fca8
commit
37f6612875
|
@ -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…
Reference in a new issue