traefik: build with go 1.14
See containous/traefik#7234, containous/traefik#7169
This commit is contained in:
parent
d7fade20b5
commit
1db7f64597
1 changed files with 4 additions and 1 deletions
|
@ -1511,7 +1511,10 @@ in
|
|||
|
||||
caddy = callPackage ../servers/caddy { buildGoModule = buildGo114Module; }; # https://github.com/lucas-clemente/quic-go/issues/2614
|
||||
caddy1 = callPackage ../servers/caddy/v1.nix { buildGoModule = buildGo114Module; };
|
||||
traefik = callPackage ../servers/traefik { };
|
||||
|
||||
# Traefik 2.2 uses go1.14, pinning can be removed with 2.3
|
||||
# https://github.com/containous/traefik/issues/7234#issuecomment-684950612
|
||||
traefik = callPackage ../servers/traefik { buildGoModule = buildGo114Module; };
|
||||
|
||||
calamares = libsForQt514.callPackage ../tools/misc/calamares {
|
||||
python = python3;
|
||||
|
|
Loading…
Reference in a new issue