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:
arcnmx 2022-10-08 12:18:11 -07:00
parent f4ff3f4e31
commit 466fd1439f

View File

@ -298,7 +298,7 @@ let
executables = listOf str;
outputsToInstall = listOf str;
position = str;
available = bool;
available = unspecified;
isBuildPythonPackage = platforms;
schedulingPriority = int;
isFcitxEngine = bool;