mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* Some more stuff that needs perl.
svn path=/nixpkgs/trunk/; revision=332
This commit is contained in:
parent
eaadea1e2a
commit
a78e923fe7
@ -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
|
||||
|
@ -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"))
|
||||
]
|
||||
)
|
||||
|
@ -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
|
||||
|
@ -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"))
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user