23154d034f
* Remove all references to set-env.sh; it has been merged into stdenv.fix (actually baseenv.fix). svn path=/nixpkgs/trunk/; revision=316
16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
Package(
|
|
[ ("name", "sylpheed-0.9.3")
|
|
|
|
, ("build", Relative("sylpheed/sylpheed-build.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"))
|
|
]
|
|
)
|