mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimization+Overlays] More recent GCC-GO and faster fastStdenv
This commit is contained in:
parent
3dc95db22e
commit
043ed14890
2 changed files with 24 additions and 0 deletions
|
|
@ -103,6 +103,15 @@ in
|
|||
});
|
||||
# chromium = self.ungoogled-chromium;
|
||||
|
||||
gccgo11 = super.wrapCC (super.gcc11.cc.override {
|
||||
name = "gccgo11";
|
||||
langCC = true;
|
||||
langC = true;
|
||||
langGo = true;
|
||||
profiledCompiler = false;
|
||||
});
|
||||
gccgo = self.gccgo11;
|
||||
|
||||
xwayland = super.xwayland.overrideAttrs (old: {
|
||||
buildInputs = old.buildInputs or [] ++ [ super.makeWrapper ];
|
||||
postInstall = old.postInstall or "" + ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue