guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: poke: Add dependency on libtextstyle.


From: guix-commits
Subject: 02/02: gnu: poke: Add dependency on libtextstyle.
Date: Fri, 26 Feb 2021 09:17:58 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d6544dc7b8b245fd44c51f0fd9a66c9afe2fbe3f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Feb 26 15:16:24 2021 +0100

    gnu: poke: Add dependency on libtextstyle.
    
    * gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
---
 gnu/packages/engineering.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 50cceeb..fb6895f 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2956,10 +2956,10 @@ GUI.")
                      ("python-2" ,python-2)
                      ("python-3" ,python-3)))
     ;; FIXME: Enable NBD support by adding `libnbd' (currently unpackaged).
-    ;; FIXME: A "hyperlinks-capable" `libtexststyle' needed for the hserver.
     (inputs `(("json-c" ,json-c)
               ("libgc" ,libgc)
-              ("readline" ,readline)))
+              ("readline" ,readline)
+              ("libtextstyle" ,libtextstyle)))
     (arguments
      ;; To build the GUI, add the `--enable-gui' configure flag.
      ;; To enable the "hyperlink server", add the `--enable-hserver' flag.



reply via email to

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