nixpkgs/pkgs/gnet/gnet.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

16 lines
421 B
Plaintext

Package(
[ ("name", "gnet-2.0.4")
, ("build", Relative("gnet/gnet-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://www.gnetlibrary.org/src/gnet-2.0.4.tar.gz")
, ("md5", "b43e728391143214e2cfd0b835b6fd2a")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("glib", IncludeFix("glib/glib.fix"))
]
)