aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/xpdf
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-10-07 13:14:29 +0000
committerPeter Simons <simons@cryp.to>2010-10-07 13:14:29 +0000
commitc7b5ea13eae0e45be273d59522a38d83dcd1c35c (patch)
treed8eef54727d283d696188b93f8535d01a091b29b /pkgs/applications/misc/xpdf
parentd0cdb3a02a359d697d3d42889ee33c6b51f3425f (diff)
pkgs/applications/misc/xpdf: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=24143
Diffstat (limited to 'pkgs/applications/misc/xpdf')
-rw-r--r--pkgs/applications/misc/xpdf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xpdf/default.nix b/pkgs/applications/misc/xpdf/default.nix
index 259924cd3e3..7b897e59d4e 100644
--- a/pkgs/applications/misc/xpdf/default.nix
+++ b/pkgs/applications/misc/xpdf/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
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 @@ stdenv.mkDerivation {
})
./xpdf-3.02-protection.patch
];
-
+
configureFlags =
[ "--enable-a4-paper" ] /* We obey ISO standards! */
++ (if enablePDFtoPPM then [