Author: sandervanderburg
Date: Sun Jan 30 16:13:47 2011
New Revision: 25727
URL: https://svn.nixos.org/websvn/nix/?rev=25727&sc=1

Log:
Fixed a syntax error

Modified:
   nixos/trunk/modules/config/gnu.nix

Modified: nixos/trunk/modules/config/gnu.nix
==============================================================================
--- nixos/trunk/modules/config/gnu.nix  Sun Jan 30 16:11:36 2011        (r25726)
+++ nixos/trunk/modules/config/gnu.nix  Sun Jan 30 16:13:47 2011        (r25727)
@@ -23,7 +23,7 @@
         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.
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to