From 43bed6035164ac2305477a79984bb48c16199ca7 Mon Sep 17 00:00:00 2001 From: Russell O'Connor Date: Mon, 14 Mar 2011 00:04:30 +0000 Subject: Fix PDF export. svn path=/nixpkgs/trunk/; revision=26293 --- pkgs/applications/editors/texmacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/editors/texmacs') diff --git a/pkgs/applications/editors/texmacs/default.nix b/pkgs/applications/editors/texmacs/default.nix index 7b5502e4170b..bdb6c3f568f1 100644 --- a/pkgs/applications/editors/texmacs/default.nix +++ b/pkgs/applications/editors/texmacs/default.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { sha256 = "02gqalr775r4xyfy4bq3qq1h3pkarsxjb6ami7lgxfgmyg6ca5kn"; }; - buildInputs = [ guile libX11 libXext makeWrapper ]; + buildInputs = [ guile libX11 libXext makeWrapper ghostscriptX ]; patchPhase = (if tex == null then '' gunzip < ${fullFontsSrc} | (cd TeXmacs && tar xvf -) -- cgit 1.4.1