From 37e104da68f8edaf590c6ffdc70d5065545e23e3 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 27 Dec 2021 15:39:01 -0500 Subject: [PATCH] Revert "matplotlib-inline: Don't depend on matplotlib -> smaller ipython closure" Meant to go to staging, not staging-next This reverts commit f38610c09ba8babd6e21b5d0e6f106762e5dcdbe. --- pkgs/development/python-modules/matplotlib-inline/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/matplotlib-inline/default.nix b/pkgs/development/python-modules/matplotlib-inline/default.nix index d863239430dc..9ee23b87ee81 100644 --- a/pkgs/development/python-modules/matplotlib-inline/default.nix +++ b/pkgs/development/python-modules/matplotlib-inline/default.nix @@ -1,4 +1,5 @@ { lib, buildPythonPackage, fetchPypi +, matplotlib , traitlets # tests @@ -15,6 +16,7 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ + matplotlib # not documented, but required traitlets ];