Merge #195120: check-meta.nix: fix checkMetaRecursively option

This commit is contained in:
piegames 2022-10-16 15:33:16 +02:00 committed by GitHub
commit 87d738e864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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