cc-wrapper: set priority to 10
This commit is contained in:
parent
85ff56cdde
commit
830879d4c4
@ -320,5 +320,6 @@ stdenv.mkDerivation {
|
|||||||
{ description =
|
{ description =
|
||||||
stdenv.lib.attrByPath ["meta" "description"] "System C compiler" cc_
|
stdenv.lib.attrByPath ["meta" "description"] "System C compiler" cc_
|
||||||
+ " (wrapper script)";
|
+ " (wrapper script)";
|
||||||
|
priority = 10;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user