mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #145741 from alyssais/capstone
python3.pkgs.capstone: mark broken on non-x86_64
This commit is contained in:
commit
909fa78c54
@ -32,6 +32,6 @@ buildPythonPackage rec {
|
||||
description = "Python bindings for Capstone disassembly engine";
|
||||
maintainers = with maintainers; [ bennofs ris ];
|
||||
# creates a manylinux2014-x86_64 wheel
|
||||
broken = stdenv.isAarch64;
|
||||
broken = !stdenv.isx86_64;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user