mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
envoy: drop redundant pin-to-gcc12-if-gcc13
This commit is contained in:
parent
3030f185ba
commit
e62e0ef24d
@ -26041,11 +26041,11 @@ with pkgs;
|
||||
|
||||
engelsystem = callPackage ../servers/web-apps/engelsystem { php = php81; };
|
||||
|
||||
envoy = pin-to-gcc12-if-gcc13 (callPackage ../servers/http/envoy {
|
||||
envoy = callPackage ../servers/http/envoy {
|
||||
go = go_1_20;
|
||||
jdk = openjdk11_headless;
|
||||
gn = gn1924;
|
||||
});
|
||||
};
|
||||
|
||||
ergochat = callPackage ../servers/irc/ergochat { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user