grub-2.0: strip trailing whitespace

This commit is contained in:
Peter Simons 2012-10-16 19:09:14 +02:00
parent 06bdd77d3d
commit 347b5800b2

View File

@ -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 {