about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/sylpheed
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-21 18:05:32 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-23 18:08:53 -0500
commit68b5c5e9a9d34a726b4735d56fac362032425834 (patch)
treed0e734d9bc2f9aabeaea85680d0bba5d33e86903 /pkgs/applications/networking/mailreaders/sylpheed
parentf2d3fc12b8d2584435a85f2e777e9219694da05a (diff)
sylpheed: supports darwin
Diffstat (limited to 'pkgs/applications/networking/mailreaders/sylpheed')
-rw-r--r--pkgs/applications/networking/mailreaders/sylpheed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/sylpheed/default.nix b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
index 509a2ab011824..a63bedfb29d23 100644
--- a/pkgs/applications/networking/mailreaders/sylpheed/default.nix
+++ b/pkgs/applications/networking/mailreaders/sylpheed/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     homepage = http://sylpheed.sraoss.jp/en/;
     description = "A lightweight and user-friendly e-mail client";
     maintainers = [ maintainers.eelco ];
-    platforms = platforms.linux;
+    platforms = platforms.linux ++ platforms.darwin;
     license = "GPL";
   };
 }