* sylpheed-gtk2 -> sylpheed.

svn path=/nixpkgs/trunk/; revision=4092
This commit is contained in:
Eelco Dolstra 2005-10-14 12:30:53 +00:00
parent 86ca57f4bb
commit 01fd1c1d00
2 changed files with 0 additions and 7 deletions

View File

@ -1409,13 +1409,6 @@ rec {
};
sylpheed = (import ../applications/networking/mailreaders/sylpheed) {
inherit fetchurl stdenv openssl;
inherit (gtkLibs1x) gtk gdkpixbuf;
sslSupport = true;
imageSupport = true;
};
sylpheed_gtk2 = (import ../applications/networking/mailreaders/sylpheed-gtk2) {
inherit fetchurl stdenv pkgconfig openssl;
inherit (gtkLibs) glib gtk;
sslSupport = true;