mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #593 from takeda/takeda-patch-2
datadog package and hatch support
This commit is contained in:
commit
204d242690
3 changed files with 5 additions and 1 deletions
|
@ -246,6 +246,9 @@
|
|||
"cysignals": [
|
||||
"cython"
|
||||
],
|
||||
"datadog": [
|
||||
"hatchling"
|
||||
],
|
||||
"datrie": [
|
||||
"cython"
|
||||
],
|
||||
|
|
|
@ -14,7 +14,7 @@ let
|
|||
in
|
||||
(
|
||||
# Flit only works on Python3
|
||||
if (attr == "flit-core" || attr == "flit") && !self.isPy3k then drv
|
||||
if (attr == "flit-core" || attr == "flit" || attr == "hatchling") && !self.isPy3k then drv
|
||||
else
|
||||
drv.overridePythonAttrs (
|
||||
old:
|
||||
|
|
|
@ -29,6 +29,7 @@ BUILD_SYSTEMS = [
|
|||
"pbr",
|
||||
"flitBuildHook",
|
||||
"cython",
|
||||
"hatchling",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue