eeabccf147
* 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
15 lines
380 B
Plaintext
15 lines
380 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"))
|
|
]
|
|
)
|