Author: simons
Date: Thu Oct 7 13:14:29 2010
New Revision: 24143
URL: https://svn.nixos.org/websvn/nix/?rev=24143&sc=1
Log:
pkgs/applications/misc/xpdf: strip trailing whitespace
Modified:
nixpkgs/trunk/pkgs/applications/misc/xpdf/default.nix
Modified: nixpkgs/trunk/pkgs/applications/misc/xpdf/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/misc/xpdf/default.nix Thu Oct 7
13:14:25 2010 (r24142)
+++ nixpkgs/trunk/pkgs/applications/misc/xpdf/default.nix Thu Oct 7
13:14:29 2010 (r24143)
@@ -14,7 +14,7 @@
url = ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz;
sha256 = "000zq4ddbwyxiki4vdwpmxbnw5n9hsg9hvwra2p33hslyib7sfmk";
};
-
+
buildInputs =
(if enableGUI then [x11 motif] else []) ++
(if useT1Lib then [t1lib] else []);
@@ -38,7 +38,7 @@
})
./xpdf-3.02-protection.patch
];
-
+
configureFlags =
[ "--enable-a4-paper" ] /* We obey ISO standards! */
++ (if enablePDFtoPPM then [
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits