stdenv-generic: add meta attributes checks

This commit is contained in:
Eric Sagnes 2017-04-29 17:07:01 +09:00
parent 90b9719f4f
commit 7004919243

View file

@ -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: