Fixing xpdf, so it finds the pdf base fonts now.
svn path=/nixpkgs/trunk/; revision=30658
This commit is contained in:
parent
104c28a738
commit
95c759a536
@ -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
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user