GNU gv 3.7.1.

svn path=/nixpkgs/trunk/; revision=22216
This commit is contained in:
Ludovic Courtès 2010-06-10 21:52:34 +00:00
parent 298b0ff43c
commit ccfa69e8b6
2 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, Xaw3d, ghostscriptX }: { stdenv, fetchurl, Xaw3d, ghostscriptX, perl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gv-3.6.9"; name = "gv-3.7.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/gv/${name}.tar.gz"; url = "mirror://gnu/gv/${name}.tar.gz";
sha256 = "1b7n4xbgbgjvbq9kmacmk12vfwzc443bcs38p8k4yb60m7r7qzkb"; sha256 = "0541p3jlxvvw4136250rizybrl8sqyg03avy0w4r4kiw9w5f31ys";
}; };
buildInputs = [ Xaw3d ghostscriptX ]; buildInputs = [ Xaw3d ghostscriptX perl ];
patchPhase = '' patchPhase = ''
sed 's|\<gs\>|${ghostscriptX}/bin/gs|g' -i "src/"*.in sed 's|\<gs\>|${ghostscriptX}/bin/gs|g' -i "src/"*.in

View File

@ -7982,7 +7982,7 @@ let
}; };
gv = import ../applications/misc/gv { gv = import ../applications/misc/gv {
inherit fetchurl stdenv Xaw3d ghostscriptX; inherit fetchurl stdenv Xaw3d ghostscriptX perl;
}; };
hello = makeOverridable (import ../applications/misc/hello/ex-2) { hello = makeOverridable (import ../applications/misc/hello/ex-2) {