mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides: Add poetry to poetry-plugin-export
This commit is contained in:
parent
dcef8aec9d
commit
7520a96a7f
2 changed files with 7 additions and 0 deletions
|
@ -987,6 +987,9 @@
|
|||
"poetry-dynamic-versioning": [
|
||||
"poetry-core"
|
||||
],
|
||||
"poetry-plugin-export": [
|
||||
"poetry"
|
||||
],
|
||||
"poetry2conda": [
|
||||
"poetry"
|
||||
],
|
||||
|
|
|
@ -1384,6 +1384,10 @@ lib.composeManyExtensions [
|
|||
'';
|
||||
});
|
||||
|
||||
poetry-plugin-export = super.poetry-plugin-export.overridePythonAttrs (old: {
|
||||
dontUsePythonImportsCheck = true; # Requires poetry which isn't available during bootstrap
|
||||
});
|
||||
|
||||
portend = super.portend.overridePythonAttrs (
|
||||
old: {
|
||||
# required for the extra "toml" dependency in setuptools_scm[toml]
|
||||
|
|
Loading…
Add table
Reference in a new issue