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
18 lines
512 B
Plaintext
18 lines
512 B
Plaintext
Package(
|
|
[ ("name", "pango-1.2.3")
|
|
|
|
, ("build", Relative("pango/pango-build.sh"))
|
|
, ("setenv", Relative("helpers/set-env.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "ftp://ftp.gtk.org/pub/gtk/v2.2/pango-1.2.3.tar.bz2")
|
|
, ("md5", "12247592ea582907cfd2de81aeb32caf")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
|
|
, ("glib", IncludeFix("glib/glib.fix"))
|
|
, ("Xft", IncludeFix("Xft/Xft.fix"))
|
|
]
|
|
)
|