about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-09-23 15:13:39 +0200
committerTimo Kaufmann <timokau@zoho.com>2019-09-23 15:14:43 +0200
commitcbe12344ca9315ee10fd0f7749561840921f1a00 (patch)
treee9bc92bab49a55b6a599c5c6438e5f55aacda211 /pkgs/applications
parent5b387aa676c362345c0902c9da91f5bf86511f54 (diff)
downloadnixlib-cbe12344ca9315ee10fd0f7749561840921f1a00.tar
nixlib-cbe12344ca9315ee10fd0f7749561840921f1a00.tar.gz
nixlib-cbe12344ca9315ee10fd0f7749561840921f1a00.tar.bz2
nixlib-cbe12344ca9315ee10fd0f7749561840921f1a00.tar.lz
nixlib-cbe12344ca9315ee10fd0f7749561840921f1a00.tar.xz
nixlib-cbe12344ca9315ee10fd0f7749561840921f1a00.tar.zst
nixlib-cbe12344ca9315ee10fd0f7749561840921f1a00.zip
sage: add pager to environment
Temporary fixup while waiting for an upstream fix.
Diffstat (limited to 'pkgs/applications')
-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 8fd69f62171a..0b67b3cff12b 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