Fixed a syntax error

svn path=/nixos/trunk/; revision=25727
This commit is contained in:
Sander van der Burg 2011-01-30 16:13:47 +00:00
parent 9d984837c9
commit f30f71b7fa

View File

@ -23,7 +23,7 @@ with pkgs.lib;
nano zile
texinfo # for the stand-alone Info reader
]
++ stdenv.lib.optional !stdenv.isArm grub2;
++ stdenv.lib.optional (!stdenv.isArm) grub2;
# GNU GRUB, where available.