mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
Merge pull request #148497 from risicle/ris-python-capstone-aarch64
python3Packages.capstone: enable for non-x86
This commit is contained in:
commit
5378ea7a5d
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user