summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/maths.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7529a41e91..212a65dc35 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -201,7 +201,8 @@ programming languages.")
                      "11hnp3gcmcc5kci2caxw4hs6m08h2mhqs3xzqq7iafx1ha2ggwyw"))))
    (build-system gnu-build-system)
    (inputs
-    `(("python" ,python-wrapper)        ;for 'units_cur' script
+    `(("readline" ,readline)
+      ("python" ,python-wrapper)        ;for 'units_cur' script
       ("python-requests" ,python-requests)))
    (arguments
     `(#:phases (modify-phases %standard-phases