bintools-wrapper: set low priority

This commit is contained in:
Matthew Bauer 2019-02-18 21:10:12 -05:00
parent 228f2ea6a7
commit 9f6f223c18

View File

@ -326,6 +326,7 @@ stdenv.mkDerivation {
{ description =
stdenv.lib.attrByPath ["meta" "description"] "System binary utilities" bintools_
+ " (wrapper script)";
priority = 10;
} // optionalAttrs useMacosReexportHack {
platforms = stdenv.lib.platforms.darwin;
};