From 0c301d6b8001b93e2856340cf3c2f1d977d7d7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 10 May 2022 12:45:23 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20gnuplot=20a=20jupyter=20shenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shenvs/jupyter.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shenvs/jupyter.nix b/shenvs/jupyter.nix index 9ac4c06..c7b91d1 100644 --- a/shenvs/jupyter.nix +++ b/shenvs/jupyter.nix @@ -24,5 +24,7 @@ pkgs: { }; inherit python3; }) + gnuplot + ghostscript ]; }