4ec5cab7a5
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
17 lines
473 B
Plaintext
17 lines
473 B
Plaintext
Package(
|
|
[ ("name", "glib-2.2.2")
|
|
|
|
, ("build", Relative("glib/glib-build.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.2.tar.bz2")
|
|
, ("md5", "3e9a9512943c81a78cafa0536dcc8b41")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
|
|
, ("gettext", IncludeFix("gettext/gettext.fix"))
|
|
, ("perl", IncludeFix("perl/perl.fix"))
|
|
]
|
|
)
|