summary refs log tree commit diff
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2022-05-18 15:53:02 -0700
committerMauricio Collares <mauricio@collares.org>2022-05-18 15:53:02 -0700
commit21ae98f5f09610dd241d53269993f8fe8a2a49a7 (patch)
tree1074372659350d17ee3f08f5b14eb167e86e4fc4
parent242efdc5a5aff8222c1152c0e4b9262bd02915b6 (diff)
downloadnixpkgs-21ae98f5f09610dd241d53269993f8fe8a2a49a7.tar
nixpkgs-21ae98f5f09610dd241d53269993f8fe8a2a49a7.tar.gz
nixpkgs-21ae98f5f09610dd241d53269993f8fe8a2a49a7.tar.bz2
nixpkgs-21ae98f5f09610dd241d53269993f8fe8a2a49a7.tar.lz
nixpkgs-21ae98f5f09610dd241d53269993f8fe8a2a49a7.tar.xz
nixpkgs-21ae98f5f09610dd241d53269993f8fe8a2a49a7.tar.zst
nixpkgs-21ae98f5f09610dd241d53269993f8fe8a2a49a7.zip
sageWithDoc: add sage-with-env to buildInputs
-rw-r--r--pkgs/applications/science/math/sage/sagedoc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/sage/sagedoc.nix b/pkgs/applications/science/math/sage/sagedoc.nix
index 67d754caff3..8573bc27ae0 100644
--- a/pkgs/applications/science/math/sage/sagedoc.nix
+++ b/pkgs/applications/science/math/sage/sagedoc.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   # Building the documentation has many dependencies, because all documented
   # modules are imported and because matplotlib is used to produce plots.
   buildInputs = [
-    sage-with-env.env.lib
+    sage-with-env
     python3
     maxima
     tachyon