cc-wrapper: set priority to 10

wip/yesman
Matthew Bauer 5 years ago committed by GitHub
parent 85ff56cdde
commit 830879d4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/build-support/cc-wrapper/default.nix

@ -320,5 +320,6 @@ stdenv.mkDerivation {
{ description =
stdenv.lib.attrByPath ["meta" "description"] "System C compiler" cc_
+ " (wrapper script)";
priority = 10;
};
}

Loading…
Cancel
Save