mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #25318 from ericsagnes/feat/stdenv-metacheck
stdenv-generic: add meta attributes checks
This commit is contained in:
commit
6318a0c64c
@ -230,6 +230,8 @@ let
|
||||
isBuildPythonPackage = platforms;
|
||||
schedulingPriority = str;
|
||||
downloadURLRegexp = str;
|
||||
isFcitxEngine = bool;
|
||||
isIbusEngine = bool;
|
||||
};
|
||||
|
||||
checkMetaAttr = k: v:
|
||||
|
Loading…
Reference in New Issue
Block a user