stdenv-generic: add meta attributes checks
This commit is contained in:
@@ -230,6 +230,8 @@ let
|
|||||||
isBuildPythonPackage = platforms;
|
isBuildPythonPackage = platforms;
|
||||||
schedulingPriority = str;
|
schedulingPriority = str;
|
||||||
downloadURLRegexp = str;
|
downloadURLRegexp = str;
|
||||||
|
isFcitxEngine = bool;
|
||||||
|
isIbusEngine = bool;
|
||||||
};
|
};
|
||||||
|
|
||||||
checkMetaAttr = k: v:
|
checkMetaAttr = k: v:
|
||||||
|
|||||||
Reference in New Issue
Block a user