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
17 lines
505 B
Plaintext
17 lines
505 B
Plaintext
Package(
|
|
[ ("name", "sylpheed-0.9.3")
|
|
|
|
, ("build", Relative("sylpheed/sylpheed-build.sh"))
|
|
, ("setenv", Relative("helpers/set-env.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "http://heanet.dl.sourceforge.net/sourceforge/sylpheed-claws/sylpheed-0.9.3.tar.bz2")
|
|
, ("md5", "6a1ae8e746099e13f8ba968d4604adcf")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("gtk", IncludeFix("gtk+-1/gtk+.fix"))
|
|
, ("ssl", IncludeFix("openssl/openssl.fix"))
|
|
]
|
|
)
|