mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
fmt fixup
This commit is contained in:
parent
1ffabaa066
commit
8504e52c27
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ pythonPackages.callPackage (
|
||||||
skipSetupToolsSCM = [
|
skipSetupToolsSCM = [
|
||||||
"setuptools_scm"
|
"setuptools_scm"
|
||||||
"setuptools-scm"
|
"setuptools-scm"
|
||||||
"toml" # Toml is an extra for setuptools-scm
|
"toml" # Toml is an extra for setuptools-scm
|
||||||
];
|
];
|
||||||
baseBuildInputs = lib.optional (! lib.elem name skipSetupToolsSCM) pythonPackages.setuptools-scm;
|
baseBuildInputs = lib.optional (! lib.elem name skipSetupToolsSCM) pythonPackages.setuptools-scm;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue