1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Fixing xpdf, so it finds the pdf base fonts now.

svn path=/nixpkgs/trunk/; revision=30658
This commit is contained in:
Lluís Batlle i Rossell 2011-12-01 20:17:42 +00:00
parent 104c28a738
commit 95c759a536

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation {
if test -n \"${base14Fonts}\"; then
substituteInPlace $out/etc/xpdfrc \\
--replace /usr/local/share/ghostscript/fonts ${base14Fonts} \\
--replace '#displayFontT1' displayFontT2
--replace '#fontFile' fontFile
fi
";