1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

cc-wrapper: set priority to 10

This commit is contained in:
Matthew Bauer 2019-01-31 20:07:55 -05:00 committed by GitHub
parent 85ff56cdde
commit 830879d4c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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