stdenv: provide meta.evaluates

This gives a way to see the result of `check-meta` without triggering any assertions.
This commit is contained in:
Jan Malakhovski
2018-01-14 13:24:29 +00:00
parent 9956687151
commit ecd3990cd4
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -159,6 +159,7 @@ let
executables = listOf str;
outputsToInstall = listOf str;
position = str;
evaluates = bool;
repositories = attrsOf str;
isBuildPythonPackage = platforms;
schedulingPriority = str;