summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-12-03 18:40:55 +0000
committerRobert Scott <code@humanleg.org.uk>2021-12-03 18:40:55 +0000
commit5e58aed9382d2897384c808c4545485ff2e012c7 (patch)
treedc67261f9d1476fff376e17c0d93d482ea64a598
parent54060c0a1fa1f7bb854246ee04759902fca9dad4 (diff)
downloadnixpkgs-5e58aed9382d2897384c808c4545485ff2e012c7.tar
nixpkgs-5e58aed9382d2897384c808c4545485ff2e012c7.tar.gz
nixpkgs-5e58aed9382d2897384c808c4545485ff2e012c7.tar.bz2
nixpkgs-5e58aed9382d2897384c808c4545485ff2e012c7.tar.lz
nixpkgs-5e58aed9382d2897384c808c4545485ff2e012c7.tar.xz
nixpkgs-5e58aed9382d2897384c808c4545485ff2e012c7.tar.zst
nixpkgs-5e58aed9382d2897384c808c4545485ff2e012c7.zip
python3Packages.capstone: enable for non-x86
-rw-r--r--pkgs/development/python-modules/capstone/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/capstone/default.nix b/pkgs/development/python-modules/capstone/default.nix
index e6c42ac0c4d..f10f34c381d 100644
--- a/pkgs/development/python-modules/capstone/default.nix
+++ b/pkgs/development/python-modules/capstone/default.nix
@@ -31,7 +31,5 @@ buildPythonPackage rec {
     license = licenses.bsdOriginal;
     description = "Python bindings for Capstone disassembly engine";
     maintainers = with maintainers; [ bennofs ris ];
-    # creates a manylinux2014-x86_64 wheel
-    broken = !stdenv.isx86_64;
   };
 }