mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
build: add more packages' build systems
This commit is contained in:
parent
abc47c71a4
commit
36f083a025
1 changed files with 6 additions and 0 deletions
|
@ -567,6 +567,9 @@
|
|||
"ipwhl": [
|
||||
"flitBuildHook"
|
||||
],
|
||||
"ipykernel": [
|
||||
"hatchling"
|
||||
],
|
||||
"iso8601": [
|
||||
"poetry-core"
|
||||
],
|
||||
|
@ -598,6 +601,9 @@
|
|||
{ "buildSystem": "hatchling", "from": "4.6.0" },
|
||||
{ "buildSystem": "hatch-vcs", "from": "4.6.0" }
|
||||
],
|
||||
"jupyter-client": [
|
||||
"hatchling"
|
||||
],
|
||||
"jupyter-server": [
|
||||
"jupyter-packaging"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue