Thunderbird 5.x: Add Linux as a build platform.

svn path=/nixpkgs/trunk/; revision=29019
This commit is contained in:
Nicolas Pierron 2011-09-05 08:33:07 +00:00
parent ad416e1cff
commit 51ccaadce3

View File

@ -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;
};
}