Merge branch 'staging-next' into staging
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user