gnu: poke: Add dependency on libtextstyle.

* gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
This commit is contained in:
Ludovic Courtès 2021-02-26 15:16:24 +01:00
parent 5e7388e15e
commit d6544dc7b8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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.