mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
fix(sphinxcontrib-jquery): add sphinx to propagateBuildInputs
This commit is contained in:
parent
3c92540611
commit
948bacb575
1 changed files with 4 additions and 0 deletions
|
@ -2316,6 +2316,10 @@ lib.composeManyExtensions [
|
|||
propagatedBuildInputs = removePackagesByName (old.propagatedBuildInputs or [ ]) [ self.sphinx ];
|
||||
});
|
||||
|
||||
sphinxcontrib-jquery = super.sphinxcontrib-jquery.overridePythonAttrs (old: {
|
||||
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ self.sphinx ];
|
||||
});
|
||||
|
||||
sphinxcontrib-qthelp = super.sphinxcontrib-qthelp.overridePythonAttrs (old: {
|
||||
propagatedBuildInputs = removePackagesByName (old.propagatedBuildInputs or [ ]) [ self.sphinx ];
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue