summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-10-14 12:30:53 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-10-14 12:30:53 +0000
commit01fd1c1d00e531f88f6cd84b3a7d48daa2587072 (patch)
treea50866318732cac9a997c5559d49f345d85a1ed1 /pkgs
parent86ca57f4bb6242e40e7716e474f4b904c5737a18 (diff)
* sylpheed-gtk2 -> sylpheed.
svn path=/nixpkgs/trunk/; revision=4092
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/mailreaders/sylpheed/default.nix (renamed from pkgs/applications/networking/mailreaders/sylpheed-gtk2/default.nix)0
-rw-r--r--pkgs/system/all-packages-generic.nix7
2 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/applications/networking/mailreaders/sylpheed-gtk2/default.nix b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
index e82f0f4bfd9a..e82f0f4bfd9a 100644
--- a/pkgs/applications/networking/mailreaders/sylpheed-gtk2/default.nix
+++ b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 446c2f2732a8..2f1eef380882 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -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;