bintools-wrapper: set low priority

wip/yesman
Matthew Bauer 5 years ago
parent 228f2ea6a7
commit 9f6f223c18
  1. 1
      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;
};

Loading…
Cancel
Save