schedulingPriority should be an int, fix check-meta type and in-tree use
This commit is contained in:
@@ -162,7 +162,7 @@ let
|
||||
position = str;
|
||||
repositories = attrsOf str;
|
||||
isBuildPythonPackage = platforms;
|
||||
schedulingPriority = str;
|
||||
schedulingPriority = int;
|
||||
downloadURLRegexp = str;
|
||||
isFcitxEngine = bool;
|
||||
isIbusEngine = bool;
|
||||
|
||||
Reference in New Issue
Block a user