forked from mirrors/nixpkgs
waitron: pin to go 1.17
This commit is contained in:
parent
d84ab451b0
commit
e54893ae61
|
@ -4352,7 +4352,9 @@ with pkgs;
|
|||
|
||||
pixiecore = callPackage ../tools/networking/pixiecore {};
|
||||
|
||||
waitron = callPackage ../tools/networking/waitron {};
|
||||
waitron = callPackage ../tools/networking/waitron {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
pyCA = python3Packages.callPackage ../applications/video/pyca {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue