mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
fix: add tomli to recursion list
This commit is contained in:
parent
e44d9876eb
commit
3fb12decf1
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ pythonPackages.callPackage
|
||||||
"setuptools_scm"
|
"setuptools_scm"
|
||||||
"setuptools-scm"
|
"setuptools-scm"
|
||||||
"toml" # Toml is an extra for setuptools-scm
|
"toml" # Toml is an extra for setuptools-scm
|
||||||
|
"tomli" # tomli is an extra for later versions of setuptools-scm
|
||||||
];
|
];
|
||||||
baseBuildInputs = lib.optional (! lib.elem name skipSetupToolsSCM) pythonPackages.setuptools-scm;
|
baseBuildInputs = lib.optional (! lib.elem name skipSetupToolsSCM) pythonPackages.setuptools-scm;
|
||||||
format = if isDirectory || isGit || isUrl then "pyproject" else fileInfo.format;
|
format = if isDirectory || isGit || isUrl then "pyproject" else fileInfo.format;
|
||||||
|
|
Loading…
Add table
Reference in a new issue