Fixing xpdf, so it finds the pdf base fonts now.
svn path=/nixpkgs/trunk/; revision=30658
This commit is contained in:
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||||||
if test -n \"${base14Fonts}\"; then
|
if test -n \"${base14Fonts}\"; then
|
||||||
substituteInPlace $out/etc/xpdfrc \\
|
substituteInPlace $out/etc/xpdfrc \\
|
||||||
--replace /usr/local/share/ghostscript/fonts ${base14Fonts} \\
|
--replace /usr/local/share/ghostscript/fonts ${base14Fonts} \\
|
||||||
--replace '#displayFontT1' displayFontT2
|
--replace '#fontFile' fontFile
|
||||||
fi
|
fi
|
||||||
";
|
";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user