mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
gccCrossStageStatic: don't override name
This commit is contained in:
parent
82dd4501f4
commit
43dbc268cb
|
@ -6128,7 +6128,6 @@ with pkgs;
|
|||
libc = libcCross1;
|
||||
};
|
||||
in wrapCCWith {
|
||||
name = "gcc-cross-wrapper";
|
||||
cc = gccFun {
|
||||
# copy-pasted
|
||||
inherit noSysDirs;
|
||||
|
|
Loading…
Reference in a new issue