diff options
| author | Mauricio Collares <mauricio@collares.org> | 2022-06-24 23:13:00 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-07-01 16:49:43 +0000 |
| commit | df0b37d1f7ab339bb325e8576d25562281cedf6f (patch) | |
| tree | e0fbc22e64416d248f3e78efc02f311976fb46d3 | |
| parent | Merge pull request #179625 from NixOS/backport-175170-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-178895-to-release-22.05.tar.gz | |
sage: depend on python3Packages.notebookorigin/backport-178895-to-release-22.05
(cherry picked from commit f025b2340ba4627cc731fb2db5eb44884f614d24)
| -rw-r--r-- | pkgs/applications/science/math/sage/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/default.nix b/pkgs/applications/science/math/sage/default.nix index f399099d4dac..eced57706d27 100644 --- a/pkgs/applications/science/math/sage/default.nix +++ b/pkgs/applications/science/math/sage/default.nix @@ -113,6 +113,7 @@ let tkinter # optional, as a matplotlib backend (use with `%matplotlib tk`) scipy ipywidgets + notebook # for "sage -n" rpy2 sphinx pillow |
