pkgs/applications/misc/xpdf: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=24143
This commit is contained in:
parent
d0cdb3a02a
commit
c7b5ea13ea
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
url = ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz;
|
url = ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz;
|
||||||
sha256 = "000zq4ddbwyxiki4vdwpmxbnw5n9hsg9hvwra2p33hslyib7sfmk";
|
sha256 = "000zq4ddbwyxiki4vdwpmxbnw5n9hsg9hvwra2p33hslyib7sfmk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
(if enableGUI then [x11 motif] else []) ++
|
(if enableGUI then [x11 motif] else []) ++
|
||||||
(if useT1Lib then [t1lib] else []);
|
(if useT1Lib then [t1lib] else []);
|
||||||
@ -38,7 +38,7 @@ stdenv.mkDerivation {
|
|||||||
})
|
})
|
||||||
./xpdf-3.02-protection.patch
|
./xpdf-3.02-protection.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--enable-a4-paper" ] /* We obey ISO standards! */
|
[ "--enable-a4-paper" ] /* We obey ISO standards! */
|
||||||
++ (if enablePDFtoPPM then [
|
++ (if enablePDFtoPPM then [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user