mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -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": [
|
||||
"setuptools"
|
||||
],
|
||||
"insights-core": [
|
||||
"setuptools"
|
||||
],
|
||||
"installer": [
|
||||
"flit-core",
|
||||
"setuptools"
|
||||
|
|
|
@ -1962,6 +1962,10 @@ lib.composeManyExtensions [
|
|||
}
|
||||
);
|
||||
|
||||
pynetbox = super.pynetbox.overridePythonAttrs (old: {
|
||||
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ self.setuptools ];
|
||||
});
|
||||
|
||||
pynput = super.pynput.overridePythonAttrs (old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ])
|
||||
++ [ self.sphinx ];
|
||||
|
|
Loading…
Add table
Reference in a new issue