nixpkgs/pkgs/sylpheed/sylpheed.fix
Eelco Dolstra 23154d034f * Get rid of all `-S' flags (to remove debug info); this is now the default.
* Remove all references to set-env.sh; it has been merged into stdenv.fix (actually 
  baseenv.fix).

svn path=/nixpkgs/trunk/; revision=316
2003-08-18 19:52:54 +00:00

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"))
]
)