From 51ccaadce376db6f8eed5edfde4d5f7d2acc790f Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Mon, 5 Sep 2011 08:33:07 +0000 Subject: [PATCH] Thunderbird 5.x: Add Linux as a build platform. svn path=/nixpkgs/trunk/; revision=29019 --- pkgs/applications/networking/mailreaders/thunderbird/5.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix b/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix index a8ee384d81d..a409cae0d28 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; }; }