mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Add empty license
poetry.lock does not contain licenses but it's sometimes expected by nixpkgs.
This commit is contained in:
parent
b20a61bed5
commit
e194dd6590
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ let
|
|||
|
||||
meta = {
|
||||
broken = ! isCompatible python.version pkgMeta.python-versions;
|
||||
license = [];
|
||||
};
|
||||
|
||||
src = fetchFromPypi {
|
||||
|
|
Loading…
Add table
Reference in a new issue