mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
python37Packages.xdis: unbreak
This commit is contained in:
parent
8c40b18ea5
commit
3ecc232829
|
@ -27,6 +27,5 @@ buildPythonPackage rec {
|
|||
description = "Python cross-version byte-code disassembler and marshal routines";
|
||||
homepage = https://github.com/rocky/python-xdis/;
|
||||
license = licenses.gpl2;
|
||||
broken = true; # doesn't support latest python3 interpreters
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue