hyprspace: mark broken

This commit is contained in:
zowoq 2022-10-25 09:27:07 +10:00
parent 618cb7fa46
commit 2ed9c40c2c
2 changed files with 1 additions and 2 deletions

View File

@ -21,5 +21,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ yusdacra ];
platforms = platforms.linux ++ platforms.darwin;
broken = true; # build fails with go > 1.17
};
}

View File

@ -23738,8 +23738,6 @@ with pkgs;
hyprspace = callPackage ../applications/networking/hyprspace {
inherit (darwin) iproute2mac;
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
buildGoModule = buildGo117Module;
};
ic-keysmith = callPackage ../tools/security/ic-keysmith { };