mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
python312.pkgs.capstone_4: mark as broken
This commit is contained in:
parent
9e015e0334
commit
4479cc7cff
@ -3,9 +3,10 @@
|
||||
, capstone_4
|
||||
, stdenv
|
||||
, setuptools
|
||||
, pythonAtLeast
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage {
|
||||
pname = "capstone";
|
||||
inherit (capstone_4) version src;
|
||||
|
||||
@ -34,5 +35,6 @@ buildPythonPackage rec {
|
||||
license = licenses.bsdOriginal;
|
||||
description = "Python bindings for Capstone disassembly engine";
|
||||
maintainers = with maintainers; [ bennofs ris ];
|
||||
broken = pythonAtLeast "3.12"; # uses distutils
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user