overrides: jupyterlab-widgets

This commit is contained in:
Rowan Skewes 2021-09-17 21:34:48 +10:00
parent 9e9b0b0344
commit 9cbaca69c3

View file

@ -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 [ ]) ++ [