diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 7306ca93918b..8c902e1c148c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -22197,7 +22197,10 @@ with pkgs; hydron = callPackage ../servers/hydron { }; - hyprspace = callPackage ../applications/networking/hyprspace { inherit (darwin) iproute2mac; }; + hyprspace = callPackage ../applications/networking/hyprspace { + inherit (darwin) iproute2mac; + buildGoModule = buildGo117Module; + }; ic-keysmith = callPackage ../tools/security/ic-keysmith { };