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

13 lines
325 B
Plaintext

Package(
[ ("name", "glib-1.2.10")
, ("build", Relative("glib-1/glib-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz")
, ("md5", "6fe30dad87c77b91b632def29dd69ef9")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)