mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides: jupyterlab-widgets
This commit is contained in:
parent
9e9b0b0344
commit
9cbaca69c3
1 changed files with 7 additions and 0 deletions
|
@ -568,6 +568,13 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
jupyterlab-widgets = super.jupyterlab-widgets.overridePythonAttrs (
|
||||
old: rec {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.jupyter-packaging ];
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
keyring = super.keyring.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
|
|
Loading…
Add table
Reference in a new issue