From 1944defa4c481344178ec2a20c53502e7e938f81 Mon Sep 17 00:00:00 2001 From: José Romildo Malaquias Date: Tue, 18 Sep 2018 08:29:28 -0300 Subject: greybird: remove license cc-by-nc-sa-30 (#46802) Greybird is dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later. The first is free, and the second is unfree in nixpkgs. Currently both licenses are listed in the package derivation. And nix takes that it is unfree. If one of the licenses in the list is unfree. nix consider that the software is unfree. Remove the unfree one. --- pkgs/misc/themes/greybird/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/misc/themes') diff --git a/pkgs/misc/themes/greybird/default.nix b/pkgs/misc/themes/greybird/default.nix index bb782059ff6b..8cc1a6415fbe 100644 --- a/pkgs/misc/themes/greybird/default.nix +++ b/pkgs/misc/themes/greybird/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Grey and blue theme from the Shimmer Project for GTK+-based environments"; homepage = https://github.com/shimmerproject/Greybird; - license = with licenses; [ gpl2Plus cc-by-nc-sa-30 ]; + license = with licenses; [ gpl2Plus ]; # or alternatively: cc-by-nc-sa-30 platforms = platforms.linux; maintainers = [ maintainers.romildo ]; }; -- cgit 1.4.1