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
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
Package(
|
|
[ ("name", "gtk+-1.2.10")
|
|
|
|
, ("build", Relative("gtk+-1/gtk+-build.sh"))
|
|
, ("setenv", Relative("helpers/set-env.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz")
|
|
, ("md5", "4d5cb2fc7fb7830e4af9747a36bfce20")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("glib", IncludeFix("glib-1/glib.fix"))
|
|
]
|
|
)
|