about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/bu/butler/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/bu/butler/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/bu/butler/package.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/bu/butler/package.nix b/nixpkgs/pkgs/by-name/bu/butler/package.nix
index cbd6b8aef936..29407276aba6 100644
--- a/nixpkgs/pkgs/by-name/bu/butler/package.nix
+++ b/nixpkgs/pkgs/by-name/bu/butler/package.nix
@@ -36,6 +36,12 @@ buildGoModule rec {
   doCheck = false;
 
   meta = with lib; {
+    # butler cannot be build with Go >=1.21
+    # See https://github.com/itchio/butler/issues/256
+    # and https://github.com/itchio/dmcunrar-go/issues/1
+    # The dependency causing the issue is marked as 'no maintainence intended'.
+    # Last butler release is from 05/2021.
+    broken = true;
     description = "Command-line itch.io helper";
     homepage = "https://github.com/itchio/butler";
     license = licenses.mit;