nixpkgs/pkgs/gnet/gnet.fix
Eelco Dolstra eeabccf147 * Updated packages to use our own glibc.
* Disabled gtkspell support in pan since it (and it alone) has a conflict with the 
  system glibc.
* Use CPU detection in MPlayer so that it also works on systems with different CPUs 
  than the build system's.

svn path=/nixpkgs/trunk/; revision=206
2003-07-25 20:43:25 +00:00

17 lines
468 B
Plaintext

Package(
[ ("name", "gnet-1.1.9")
, ("build", Relative("gnet/gnet-build.sh"))
, ("setenv", Relative("helpers/set-env.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://www.gnetlibrary.org/src/gnet-1.1.9.tar.gz")
, ("md5", "381b5c6d4031806fc4c3e6b28dc752ec")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("glib", IncludeFix("glib/glib.fix"))
]
)