about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorNicolas Pierron <nicolas.b.pierron@gmail.com>2011-09-05 08:33:07 +0000
committerNicolas Pierron <nicolas.b.pierron@gmail.com>2011-09-05 08:33:07 +0000
commit51ccaadce376db6f8eed5edfde4d5f7d2acc790f (patch)
tree2d0d1953e64eb98f923c8d01246e30d376a0b6d7 /pkgs/applications/networking/mailreaders
parentad416e1cffa8c8ea5f2b0ca3c9b86fbdda8b9ecd (diff)
Thunderbird 5.x: Add Linux as a build platform.
svn path=/nixpkgs/trunk/; revision=29019
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/5.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix b/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix
index a8ee384d81dba..a409cae0d28e4 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix
@@ -79,5 +79,6 @@ stdenv.mkDerivation {
       # see http://www.mozilla.org/foundation/licensing.html
       if enableOfficialBranding then licenses.proprietary else licenses.mpl11;
     maintainers = with maintainers; [ pierron ];
+    platforms = with platforms; linux;
   };
 }