3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Morgan Smith 2021-07-06 12:01:42 -04:00 committed by Maxim Cournoyer
parent c881516d48
commit acfeccd8da
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -588,7 +588,8 @@ language.")
("automake" ,automake)
("libtool" ,libtool)
("which" ,base:which)
("pkg-config" ,pkg-config)))
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(inputs
`(("hidapi" ,hidapi)
("jimtcl" ,jimtcl)