guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openocd: Build and install info manual.


From: guix-commits
Subject: branch master updated: gnu: openocd: Build and install info manual.
Date: Tue, 13 Jul 2021 00:27:57 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new acfeccd  gnu: openocd: Build and install info manual.
acfeccd is described below

commit acfeccd8daa6f2046f538f3e96a92566c442dc11
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Tue Jul 6 12:01:42 2021 -0400

    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>
---
 gnu/packages/embedded.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 8109ec2..f388c11 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]