check-meta.nix: fix checkMetaRecursively
option
In specific cases, combining the `checkMeta` and `checkMetaRecursively` config options would result in `error: infinite recursion encountered` fixes #193296
This commit is contained in:
parent
f4ff3f4e31
commit
466fd1439f
@ -298,7 +298,7 @@ let
|
||||
executables = listOf str;
|
||||
outputsToInstall = listOf str;
|
||||
position = str;
|
||||
available = bool;
|
||||
available = unspecified;
|
||||
isBuildPythonPackage = platforms;
|
||||
schedulingPriority = int;
|
||||
isFcitxEngine = bool;
|
||||
|
Loading…
Reference in New Issue
Block a user