nixpkgs/pkgs/glib/glib.fix
Eelco Dolstra 60017b5191 * Upgraded a bunch of packages (in particular OpenSSL, which had a
security bug).

svn path=/nixpkgs/trunk/; revision=407
2003-10-09 13:24:24 +00:00

17 lines
473 B
Plaintext

Package(
[ ("name", "glib-2.2.3")
, ("build", Relative("glib/glib-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.3.tar.bz2")
, ("md5", "aa214a10d873b68ddd67cd9de2ccae55")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("gettext", IncludeFix("gettext/gettext.fix"))
, ("perl", IncludeFix("perl/perl.fix"))
]
)