* 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:
Eelco Dolstra
2003-08-19 14:52:52 +00:00
parent 0dc6fd3204
commit 4ec5cab7a5
6 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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"))
]
)