mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pypi2nix: mark as broken
This commit is contained in:
parent
0899b830f8
commit
bffada7a8a
1 changed files with 2 additions and 0 deletions
|
@ -20,4 +20,6 @@ pkgs.buildPythonApplication rec {
|
||||||
toml
|
toml
|
||||||
jsonschema
|
jsonschema
|
||||||
];
|
];
|
||||||
|
# https://github.com/nix-community/pypi2nix/issues/460
|
||||||
|
meta.broken = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue