pypi2nix: mark as broken

This commit is contained in:
Domen Kožar
2021-05-13 19:36:14 +02:00
parent 0899b830f8
commit bffada7a8a

View File

@@ -20,4 +20,6 @@ pkgs.buildPythonApplication rec {
toml
jsonschema
];
# https://github.com/nix-community/pypi2nix/issues/460
meta.broken = true;
}