teamspeak_client: specify a custom, nonfree license
The licensing terms depend on use [1], but the software is clearly nonfree. Previously, the package would happily build even with allowUnfree = false. [1]: http://sales.teamspeakusa.com/licensing.php
This commit is contained in:
parent
62455c7db1
commit
ec4ae7c8b6
@ -101,7 +101,11 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "The TeamSpeak voice communication tool";
|
description = "The TeamSpeak voice communication tool";
|
||||||
homepage = http://teamspeak.com/;
|
homepage = http://teamspeak.com/;
|
||||||
license = "http://www.teamspeak.com/?page=downloads&type=ts3_linux_client_latest";
|
license = {
|
||||||
|
fullName = "Teamspeak client license";
|
||||||
|
url = http://sales.teamspeakusa.com/licensing.php;
|
||||||
|
free = false;
|
||||||
|
};
|
||||||
maintainers = [ stdenv.lib.maintainers.lhvwb ];
|
maintainers = [ stdenv.lib.maintainers.lhvwb ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user