guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ngspice: Build with readline support.


From: guix-commits
Subject: branch master updated: gnu: ngspice: Build with readline support.
Date: Wed, 08 Jun 2022 17:13:19 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ef651b44c gnu: ngspice: Build with readline support.
8ef651b44c is described below

commit 8ef651b44cd8803c5e22edcbe423eae365585e48
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jun 8 17:09:41 2022 -0400

    gnu: ngspice: Build with readline support.
    
    Fixes <https://issues.guix.gnu.org/>.
    
    * gnu/packages/engineering.scm (ngspice)
    [configure-flags]: Add '--with-readline=yes'.
    
    Reported-by: Christopher Howard <christopher@librehacker.com>
---
 gnu/packages/engineering.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 6b11fc54f0..a3a2ffe5e4 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1840,7 +1840,8 @@ an embedded event driven algorithm.")
     (arguments
      (substitute-keyword-arguments (package-arguments libngspice)
        ((#:configure-flags flags)
-        `(delete "--with-ngshared" ,flags))
+        `(cons "--with-readline=yes"
+               (delete "--with-ngshared" ,flags)))
        ((#:phases phases)
         `(modify-phases ,phases
            (add-after 'unpack 'delete-include-files



reply via email to

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