summary refs log tree commit diff
path: root/pkgs/development/python-modules/ipywidgets
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-04 23:49:33 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-05 00:55:35 +0200
commit28aa864133d56fd714fca5331419bb5a69f80a08 (patch)
treeea2c3091d7369182ee0831483b961b327f7f05bb /pkgs/development/python-modules/ipywidgets
parent57db8706688c23768a86369e7e894347ed7674b4 (diff)
downloadnixpkgs-28aa864133d56fd714fca5331419bb5a69f80a08.tar
nixpkgs-28aa864133d56fd714fca5331419bb5a69f80a08.tar.gz
nixpkgs-28aa864133d56fd714fca5331419bb5a69f80a08.tar.bz2
nixpkgs-28aa864133d56fd714fca5331419bb5a69f80a08.tar.lz
nixpkgs-28aa864133d56fd714fca5331419bb5a69f80a08.tar.xz
nixpkgs-28aa864133d56fd714fca5331419bb5a69f80a08.tar.zst
nixpkgs-28aa864133d56fd714fca5331419bb5a69f80a08.zip
pythonPackages.ipywidgets: fix depedencies after python mass update
Diffstat (limited to 'pkgs/development/python-modules/ipywidgets')
-rw-r--r--pkgs/development/python-modules/ipywidgets/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/ipywidgets/default.nix b/pkgs/development/python-modules/ipywidgets/default.nix
index eb6bf597d40..a0087131b1a 100644
--- a/pkgs/development/python-modules/ipywidgets/default.nix
+++ b/pkgs/development/python-modules/ipywidgets/default.nix
@@ -7,6 +7,7 @@
 , mock
 , ipython
 , ipykernel
+, jupyterlab-widgets
 , traitlets
 , notebook
 , widgetsnbextension
@@ -28,6 +29,7 @@ buildPythonPackage rec {
   propagatedBuildInputs = [
     ipython
     ipykernel
+    jupyterlab-widgets
     traitlets
     notebook
     widgetsnbextension