From d6544dc7b8b245fd44c51f0fd9a66c9afe2fbe3f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 26 Feb 2021 15:16:24 +0100 Subject: 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 50cceeb1c0..fb6895f911 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2956,10 +2956,10 @@ (define-public poke ("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. -- cgit v1.2.3