Merge pull request #56031 from matthewbauer/priorities

Add some more priorities
This commit is contained in:
Matthew Bauer
2019-03-09 18:02:55 -05:00
committed by GitHub
6 changed files with 15 additions and 2 deletions
@@ -328,6 +328,7 @@ stdenv.mkDerivation {
{ description =
stdenv.lib.attrByPath ["meta" "description"] "System binary utilities" bintools_
+ " (wrapper script)";
priority = 10;
} // optionalAttrs useMacosReexportHack {
platforms = stdenv.lib.platforms.darwin;
};