unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49442] [PATCH] gnu: openocd: Build and install info pages
@ 2021-07-06 16:01 Morgan.J.Smith
  2021-07-13  4:29 ` bug#49442: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2021-07-06 16:01 UTC (permalink / raw)
  To: 49442; +Cc: Morgan Smith

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)
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49442: [PATCH] gnu: openocd: Build and install info pages
  2021-07-06 16:01 [bug#49442] [PATCH] gnu: openocd: Build and install info pages Morgan.J.Smith
@ 2021-07-13  4:29 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2021-07-13  4:29 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 49442-done

Hi!

Morgan.J.Smith@outlook.com writes:

> 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-13  4:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 16:01 [bug#49442] [PATCH] gnu: openocd: Build and install info pages Morgan.J.Smith
2021-07-13  4:29 ` bug#49442: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).