mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openocd: Build and install info manual.
* gnu/packages/embedded.scm (openocd)[native-inputs]: Add texinfo. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c881516d48
commit
acfeccd8da
1 changed files with 2 additions and 1 deletions
|
@ -588,7 +588,8 @@ language.")
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("which" ,base:which)
|
("which" ,base:which)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("texinfo" ,texinfo)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("hidapi" ,hidapi)
|
`(("hidapi" ,hidapi)
|
||||||
("jimtcl" ,jimtcl)
|
("jimtcl" ,jimtcl)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue