[PATCH] gnu: openocd: Build and install info pages

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal

Debbugs page

Morgan.J.Smith wrote 4 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
BYAPR05MB4023F492E8BBD59C285DCD22C51B9@BYAPR05MB4023.namprd05.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/embedded.scm (openocd)[native-inputs]: Add texinfo.
---
gnu/packages/embedded.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 8109ec24a1..f388c11c3d 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)
--
2.32.0
Maxim Cournoyer wrote 4 years ago
(address . Morgan.J.Smith@outlook.com)(address . 49442-done@debbugs.gnu.org)
87czrmu99i.fsf@gmail.com
Hi!

Morgan.J.Smith@outlook.com writes:

Toggle quote (22 lines)
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/embedded.scm (openocd)[native-inputs]: Add texinfo.
> ---
> 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 8109ec24a1..f388c11c3d 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)

Pushed with commit acfeccd8da, after adding a dot to your commit message
summary and s/info pages/info manual/.

Thanks!

Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49442@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49442
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help