schedulingPriority should be an int, fix check-meta type and in-tree use

This commit is contained in:
Will Dietz
2018-01-09 07:25:24 -06:00
parent a18da9b689
commit 9721ed22e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ let
position = str;
repositories = attrsOf str;
isBuildPythonPackage = platforms;
schedulingPriority = str;
schedulingPriority = int;
downloadURLRegexp = str;
isFcitxEngine = bool;
isIbusEngine = bool;