mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
hyprspace: mark broken
This commit is contained in:
parent
618cb7fa46
commit
2ed9c40c2c
@ -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
|
||||
};
|
||||
}
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user