Merge branch 'staging-next' into staging

This commit is contained in:
Vladimír Čunát
2019-05-26 09:48:55 +02:00
717 changed files with 15953 additions and 13514 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ rec {
with the following function:
isFree = license: with builtins;
if isNull license then true
if license == null then true
else if isList license then lib.all isFree license
else license != "non-free" && license != "unfree";