summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/sagedoc.nix
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-11-29 14:43:39 +0200
committerDoron Behar <doron.behar@gmail.com>2021-11-29 15:51:30 +0200
commit57ab62314b18dcdeb4c3e0365cf1821dd1f3340b (patch)
tree28458d3268a43b4dc762006dcd40e6235380c5c9 /pkgs/applications/science/math/sage/sagedoc.nix
parent8d17f4babf00cb40c893d4dfc84a67a5805c0b69 (diff)
downloadnixpkgs-57ab62314b18dcdeb4c3e0365cf1821dd1f3340b.tar
nixpkgs-57ab62314b18dcdeb4c3e0365cf1821dd1f3340b.tar.gz
nixpkgs-57ab62314b18dcdeb4c3e0365cf1821dd1f3340b.tar.bz2
nixpkgs-57ab62314b18dcdeb4c3e0365cf1821dd1f3340b.tar.lz
nixpkgs-57ab62314b18dcdeb4c3e0365cf1821dd1f3340b.tar.xz
nixpkgs-57ab62314b18dcdeb4c3e0365cf1821dd1f3340b.tar.zst
nixpkgs-57ab62314b18dcdeb4c3e0365cf1821dd1f3340b.zip
maxima, sage: Simplify lisp-compiler arguments namings
Make clearer the difference between `maxima` and `maxima-ecl` top-level
attributes. Use the `lisp-compiler` as a passthru for all of sage's
expressions. Add the `pname` attribute for `ecl` for compatibility with
other lisp implementations.
Diffstat (limited to 'pkgs/applications/science/math/sage/sagedoc.nix')
-rw-r--r--pkgs/applications/science/math/sage/sagedoc.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/sage/sagedoc.nix b/pkgs/applications/science/math/sage/sagedoc.nix
index 76bbc90773b..6016b3baeb4 100644
--- a/pkgs/applications/science/math/sage/sagedoc.nix
+++ b/pkgs/applications/science/math/sage/sagedoc.nix
@@ -1,7 +1,7 @@
 { stdenv
 , sage-with-env
 , python3
-, maxima-ecl
+, maxima
 , tachyon
 , jmol
 , cddlib
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   buildInputs = [
     sage-with-env.env.lib
     python3
-    maxima-ecl
+    maxima
     tachyon
     jmol
     cddlib