* 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

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"))
]
)