summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-09-23 15:13:39 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-10-04 20:19:58 +0200
commit28e8f30daecb8cf48dc95de36011378e76daa0fd (patch)
treeeeaa4684ad0dc3844846840c375577a9039605af /pkgs
parent699e081a6007e2552dc6c8fe8d2150cbf6fe7e1a (diff)
sage: add pager to environment
Temporary fixup while waiting for an upstream fix.

(cherry picked from commit cbe12344ca9315ee10fd0f7749561840921f1a00)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/math/sage/sage-env.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sage-env.nix b/pkgs/applications/science/math/sage/sage-env.nix
index 8fd69f62171a0..0b67b3cff12b5 100644
--- a/pkgs/applications/science/math/sage/sage-env.nix
+++ b/pkgs/applications/science/math/sage/sage-env.nix
@@ -44,6 +44,7 @@
 , gsl
 , ntl
 , jdk
+, less
 }:
 
 # This generates a `sage-env` shell file that will be sourced by sage on startup.
@@ -92,6 +93,7 @@ let
     rubiks
     flintqs
     jdk # only needed for `jmol` which may be replaced in the future
+    less # needed to prevent transient test errors until https://github.com/ipython/ipython/pull/11864 is resolved
   ]
   ));
 in