From 3ecc23282956373ac1d6ab88c6c4372a89b5578a Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 7 Jan 2020 21:05:10 -0500 Subject: [PATCH] python37Packages.xdis: unbreak --- pkgs/development/python-modules/xdis/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/xdis/default.nix b/pkgs/development/python-modules/xdis/default.nix index 2975a7d3f21..831dd888fae 100644 --- a/pkgs/development/python-modules/xdis/default.nix +++ b/pkgs/development/python-modules/xdis/default.nix @@ -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 }; }