* ATK and GLib need Perl.
TODO: clean up the Perl build. Currently it's still using some external libraries, and it doesn't pass all its unit tests. svn path=/nixpkgs/trunk/; revision=326
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
envpkgs=$glib
|
||||
. $stdenv/setup || exit 1
|
||||
export PATH=$pkgconfig/bin:$PATH
|
||||
export PATH=$pkgconfig/bin:$perl/bin:$PATH
|
||||
|
||||
tar xvfj $src || exit 1
|
||||
cd atk-* || exit 1
|
||||
|
||||
@@ -11,5 +11,6 @@ Package(
|
||||
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
||||
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
|
||||
, ("glib", IncludeFix("glib/glib.fix"))
|
||||
, ("perl", IncludeFix("perl/perl.fix"))
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user