pythonPackages.pex: mark as broken

This commit is contained in:
worldofpeace 2019-03-04 14:20:01 -05:00
parent b6fae7b993
commit 77c8b423ed

View file

@ -24,6 +24,7 @@ buildPythonPackage rec {
homepage = "https://github.com/pantsbuild/pex";
license = licenses.asl20;
maintainers = with maintainers; [ copumpkin ];
broken = true;
};
}