summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-12-01 20:17:42 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-12-01 20:17:42 +0000
commit95c759a5369e66fc20db6935b14a1e00448e834b (patch)
treee7265b20e45c491566ffc939b22eeda499884ac1 /pkgs/applications
parent104c28a738e9bc3b629356b0bae5ffead74caf2d (diff)
downloadnixpkgs-95c759a5369e66fc20db6935b14a1e00448e834b.tar
nixpkgs-95c759a5369e66fc20db6935b14a1e00448e834b.tar.gz
nixpkgs-95c759a5369e66fc20db6935b14a1e00448e834b.tar.bz2
nixpkgs-95c759a5369e66fc20db6935b14a1e00448e834b.tar.lz
nixpkgs-95c759a5369e66fc20db6935b14a1e00448e834b.tar.xz
nixpkgs-95c759a5369e66fc20db6935b14a1e00448e834b.tar.zst
nixpkgs-95c759a5369e66fc20db6935b14a1e00448e834b.zip
Fixing xpdf, so it finds the pdf base fonts now.
svn path=/nixpkgs/trunk/; revision=30658
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/xpdf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/xpdf/default.nix b/pkgs/applications/misc/xpdf/default.nix
index 8cefdd39b3a..d653c972850 100644
--- a/pkgs/applications/misc/xpdf/default.nix
+++ b/pkgs/applications/misc/xpdf/default.nix
@@ -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
   ";