mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
ssb: pin to go 1.17
This commit is contained in:
parent
4ac04d0187
commit
433e3fd627
@ -10825,7 +10825,9 @@ with pkgs;
|
||||
|
||||
svgcleaner = callPackage ../tools/graphics/svgcleaner { };
|
||||
|
||||
ssb = callPackage ../tools/security/ssb { };
|
||||
ssb = callPackage ../tools/security/ssb {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
ssb-patchwork = callPackage ../applications/networking/ssb-patchwork { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user