Thunderbird 5.x: Add Linux as a build platform.
svn path=/nixpkgs/trunk/; revision=29019
This commit is contained in:
parent
ad416e1cff
commit
51ccaadce3
@ -79,5 +79,6 @@ stdenv.mkDerivation {
|
|||||||
# see http://www.mozilla.org/foundation/licensing.html
|
# see http://www.mozilla.org/foundation/licensing.html
|
||||||
if enableOfficialBranding then licenses.proprietary else licenses.mpl11;
|
if enableOfficialBranding then licenses.proprietary else licenses.mpl11;
|
||||||
maintainers = with maintainers; [ pierron ];
|
maintainers = with maintainers; [ pierron ];
|
||||||
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user