forked from mirrors/nixpkgs
routedns: pin to go 1.18
This commit is contained in:
parent
5c43870684
commit
157a2144d0
|
@ -31516,7 +31516,9 @@ with pkgs;
|
|||
|
||||
robustirc-bridge = callPackage ../servers/irc/robustirc-bridge { };
|
||||
|
||||
routedns = callPackage ../tools/networking/routedns { };
|
||||
routedns = callPackage ../tools/networking/routedns {
|
||||
buildGoModule = buildGo118Module; # build fails with 1.19
|
||||
};
|
||||
|
||||
skrooge = libsForQt5.callPackage ../applications/office/skrooge {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue