bintools-wrapper: set low priority
This commit is contained in:
parent
228f2ea6a7
commit
9f6f223c18
@ -326,6 +326,7 @@ stdenv.mkDerivation {
|
|||||||
{ description =
|
{ description =
|
||||||
stdenv.lib.attrByPath ["meta" "description"] "System binary utilities" bintools_
|
stdenv.lib.attrByPath ["meta" "description"] "System binary utilities" bintools_
|
||||||
+ " (wrapper script)";
|
+ " (wrapper script)";
|
||||||
|
priority = 10;
|
||||||
} // optionalAttrs useMacosReexportHack {
|
} // optionalAttrs useMacosReexportHack {
|
||||||
platforms = stdenv.lib.platforms.darwin;
|
platforms = stdenv.lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user