nixpkgs/pkgs/sylpheed/sylpheed.fix
Eelco Dolstra 60017b5191 * Upgraded a bunch of packages (in particular OpenSSL, which had a
security bug).

svn path=/nixpkgs/trunk/; revision=407
2003-10-09 13:24:24 +00:00

16 lines
458 B
Plaintext

Package(
[ ("name", "sylpheed-0.9.6")
, ("build", Relative("sylpheed/sylpheed-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://heanet.dl.sourceforge.net/sourceforge/sylpheed-claws/sylpheed-0.9.6.tar.bz2")
, ("md5", "07217db4f989f3a8552d6e5a14e5e924")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("gtk", IncludeFix("gtk+-1/gtk+.fix"))
, ("ssl", IncludeFix("openssl/openssl.fix"))
]
)