guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: bc: Add readline support.


From: guix-commits
Subject: branch core-updates updated: gnu: bc: Add readline support.
Date: Mon, 30 Nov 2020 20:38:29 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new e76867e  gnu: bc: Add readline support.
e76867e is described below

commit e76867e285710d06b319145e0acdb6208e1af811
Author: John Doe <dftxbs3e@free.fr>
AuthorDate: Tue Dec 1 02:15:20 2020 +0100

    gnu: bc: Add readline support.
    
    The ‘--with-readline’ flag does nothing without a readline input.
    
    * gnu/packages/algebra.scm (bc)[inputs]: Add readline.
    
    Reported by fnstudio in #guix
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/algebra.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 5b39144..0274eb3 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -716,6 +716,8 @@ binary.")
        ("ed" ,ed)
        ("flex" ,flex)
        ("texinfo" ,texinfo)))
+    (inputs
+     `(("readline" ,readline)))
     (arguments
      '(#:configure-flags
        (list "--with-readline")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]