3
0
Fork 0
forked from mirrors/nixpkgs

waitron: pin to go 1.17

This commit is contained in:
Sandro Jäckel 2022-07-13 14:04:22 +02:00 committed by Sandro Jäckel
parent d84ab451b0
commit e54893ae61
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 {};