gnu: poke: Add dependency on libtextstyle.
* gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
This commit is contained in:
parent
5e7388e15e
commit
d6544dc7b8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user