about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-16 19:09:14 +0200
committerPeter Simons <simons@cryp.to>2012-10-16 19:10:16 +0200
commit347b5800b201b214349b50de3e1610b96fe29ea0 (patch)
tree0e2c65287fdfe8cc62708003c6317e8ca921da9a /pkgs
parent06bdd77d3db484b755dfec605a6bba80a87e4da1 (diff)
grub-2.0: strip trailing whitespace
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/grub/2.0x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/grub/2.0x.nix b/pkgs/tools/misc/grub/2.0x.nix
index 5006d8f4f4a59..d37ce9f5aac44 100644
--- a/pkgs/tools/misc/grub/2.0x.nix
+++ b/pkgs/tools/misc/grub/2.0x.nix
@@ -4,14 +4,14 @@
 let
 
   prefix = "grub${if EFIsupport then "-efi" else ""}";
-  
+
   version = "2.00";
-  
+
   unifont_bdf = fetchurl {
     url = "http://unifoundry.com/unifont-5.1.20080820.bdf.gz";
     sha256 = "0s0qfff6n6282q28nwwblp5x295zd6n71kl43xj40vgvdqxv0fxx";
   };
-  
+
 in
 
 stdenv.mkDerivation rec {