summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/sagelib.nix
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-03-03 13:25:40 +0100
committerTimo Kaufmann <timokau@zoho.com>2019-03-03 13:25:40 +0100
commit9e3754786bd674ab1bcf80c25bd3a08120f6f1d6 (patch)
tree7b2f95848e829558ebb5503f551249c802cb4dd5 /pkgs/applications/science/math/sage/sagelib.nix
parentc6e4e1dbdffd5d2068ff182608e29a9055ab4188 (diff)
downloadnixpkgs-9e3754786bd674ab1bcf80c25bd3a08120f6f1d6.tar
nixpkgs-9e3754786bd674ab1bcf80c25bd3a08120f6f1d6.tar.gz
nixpkgs-9e3754786bd674ab1bcf80c25bd3a08120f6f1d6.tar.bz2
nixpkgs-9e3754786bd674ab1bcf80c25bd3a08120f6f1d6.tar.lz
nixpkgs-9e3754786bd674ab1bcf80c25bd3a08120f6f1d6.tar.xz
nixpkgs-9e3754786bd674ab1bcf80c25bd3a08120f6f1d6.tar.zst
nixpkgs-9e3754786bd674ab1bcf80c25bd3a08120f6f1d6.zip
sage: fix strictDeps fallout
See https://github.com/NixOS/nixpkgs/pull/54182 and
https://github.com/NixOS/nixpkgs/pull/55757.
Diffstat (limited to 'pkgs/applications/science/math/sage/sagelib.nix')
-rw-r--r--pkgs/applications/science/math/sage/sagelib.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/sage/sagelib.nix b/pkgs/applications/science/math/sage/sagelib.nix
index 814eef9560e..d7f9cb9ee32 100644
--- a/pkgs/applications/science/math/sage/sagelib.nix
+++ b/pkgs/applications/science/math/sage/sagelib.nix
@@ -65,11 +65,13 @@ buildPythonPackage rec {
     perl
     jupyter_core
     pkg-config
+    pip # needed to query installed packages
   ];
 
   buildInputs = [
     gd
     readline
+    iml
   ];
 
   propagatedBuildInputs = [