* Some more stuff that needs perl.

svn path=/nixpkgs/trunk/; revision=332
This commit is contained in:
Eelco Dolstra 2003-08-20 11:15:07 +00:00
parent eaadea1e2a
commit a78e923fe7
4 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
envpkgs="$glib $atk $pango"
. $stdenv/setup || exit 1
export PATH=$pkgconfig/bin:$PATH
export PATH=$pkgconfig/bin:$perl/bin:$PATH
tar xvfj $src || exit 1
cd gtk+-* || exit 1

View file

@ -13,5 +13,6 @@ Package(
, ("glib", IncludeFix("glib/glib.fix"))
, ("atk", IncludeFix("atk/atk.fix"))
, ("pango", IncludeFix("pango/pango.fix"))
, ("perl", IncludeFix("perl/perl.fix"))
]
)

View file

@ -2,7 +2,7 @@
envpkgs="$gtk $gtkspell $gnet $libxml"
. $stdenv/setup || exit 1
export PATH=$pkgconfig/bin:$PATH
export PATH=$pkgconfig/bin:$perl/bin:$PATH
tar xvfj $src || exit 1
cd pan-* || exit 1

View file

@ -14,5 +14,6 @@ Package(
, ("gtkspell", IncludeFix("gtkspell/gtkspell.fix"))
, ("gnet", IncludeFix("gnet/gnet.fix"))
, ("libxml", IncludeFix("libxml2/libxml2.fix"))
, ("perl", IncludeFix("perl/perl.fix"))
]
)