python.pkgs.pythonix: mark as broken

This commit is contained in:
Frederik Rietdijk
2019-02-15 13:03:57 +01:00
parent e722e0c6c1
commit ec552248f9
2 changed files with 4 additions and 1 deletions

View File

@@ -24,5 +24,6 @@ buildPythonPackage rec {
'';
maintainers = [ maintainers.mic92 ];
license = licenses.mit;
broken = true;
};
}