mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
Merge pull request #1124 from KiruyaMomochi/insights-netbox
This commit is contained in:
commit
fa63354bf5
2 changed files with 7 additions and 0 deletions
|
@ -7487,6 +7487,9 @@
|
||||||
"insegel": [
|
"insegel": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"insights-core": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"installer": [
|
"installer": [
|
||||||
"flit-core",
|
"flit-core",
|
||||||
"setuptools"
|
"setuptools"
|
||||||
|
|
|
@ -1962,6 +1962,10 @@ lib.composeManyExtensions [
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
pynetbox = super.pynetbox.overridePythonAttrs (old: {
|
||||||
|
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ self.setuptools ];
|
||||||
|
});
|
||||||
|
|
||||||
pynput = super.pynput.overridePythonAttrs (old: {
|
pynput = super.pynput.overridePythonAttrs (old: {
|
||||||
nativeBuildInputs = (old.nativeBuildInputs or [ ])
|
nativeBuildInputs = (old.nativeBuildInputs or [ ])
|
||||||
++ [ self.sphinx ];
|
++ [ self.sphinx ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue