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:
Joachim Fasting 2016-07-17 04:32:48 +02:00
parent 62455c7db1
commit ec4ae7c8b6
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

View file

@ -101,7 +101,11 @@ stdenv.mkDerivation rec {
meta = {
description = "The TeamSpeak voice communication tool";
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 ];
platforms = stdenv.lib.platforms.linux;
};