summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/sagelib.nix
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2023-10-16 13:40:58 +0200
committerMauricio Collares <mauricio@collares.org>2023-10-20 14:54:45 +0200
commit54968254b080bfc00f1fe7bf337c46335215c5a1 (patch)
treed86f60a8653e2274c2d97d8b186a433824bd51b2 /pkgs/applications/science/math/sage/sagelib.nix
parentfeff64db6ebfc916c65488352f9965e16838b88d (diff)
downloadnixpkgs-54968254b080bfc00f1fe7bf337c46335215c5a1.tar
nixpkgs-54968254b080bfc00f1fe7bf337c46335215c5a1.tar.gz
nixpkgs-54968254b080bfc00f1fe7bf337c46335215c5a1.tar.bz2
nixpkgs-54968254b080bfc00f1fe7bf337c46335215c5a1.tar.lz
nixpkgs-54968254b080bfc00f1fe7bf337c46335215c5a1.tar.xz
nixpkgs-54968254b080bfc00f1fe7bf337c46335215c5a1.tar.zst
nixpkgs-54968254b080bfc00f1fe7bf337c46335215c5a1.zip
sage: add nbclassic dependency
Diffstat (limited to 'pkgs/applications/science/math/sage/sagelib.nix')
-rw-r--r--pkgs/applications/science/math/sage/sagelib.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sagelib.nix b/pkgs/applications/science/math/sage/sagelib.nix
index d8d5586e219..f8beabaac1f 100644
--- a/pkgs/applications/science/math/sage/sagelib.nix
+++ b/pkgs/applications/science/math/sage/sagelib.nix
@@ -78,6 +78,7 @@
 , sphinx
 , sympy
 , typing-extensions
+, nbclassic
 }:
 
 assert (!blas.isILP64) && (!lapack.isILP64);
@@ -181,6 +182,8 @@ buildPythonPackage rec {
     sphinx
     sympy
     typing-extensions
+
+    nbclassic
   ];
 
   preBuild = ''