aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/bintools-wrapper
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-02-18 21:10:12 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-02-18 21:10:12 -0500
commit9f6f223c1821681f992a461ca97492189a2a5fd7 (patch)
treed4fd71ece15996a053444ec37590e6953f155dfe /pkgs/build-support/bintools-wrapper
parent228f2ea6a75ffe3e383b5087d777428d72b99b6c (diff)
bintools-wrapper: set low priority
Diffstat (limited to 'pkgs/build-support/bintools-wrapper')
-rw-r--r--pkgs/build-support/bintools-wrapper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/bintools-wrapper/default.nix b/pkgs/build-support/bintools-wrapper/default.nix
index 4122af898de9..03ba54525bf7 100644
--- a/pkgs/build-support/bintools-wrapper/default.nix
+++ b/pkgs/build-support/bintools-wrapper/default.nix
@@ -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;
};