emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#49442: closed ([PATCH] gnu: openocd: Build and install info pages)


From: GNU bug Tracking System
Subject: bug#49442: closed ([PATCH] gnu: openocd: Build and install info pages)
Date: Tue, 13 Jul 2021 04:30:01 +0000

Your message dated Tue, 13 Jul 2021 00:29:13 -0400
with message-id <87czrmu99i.fsf@gmail.com>
and subject line Re: bug#49442: [PATCH] gnu: openocd: Build and install info 
pages
has caused the debbugs.gnu.org bug report #49442,
regarding [PATCH] gnu: openocd: Build and install info pages
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49442: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49442
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: openocd: Build and install info pages Date: Tue, 6 Jul 2021 12:01:42 -0400
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#49442: [PATCH] gnu: openocd: Build and install info pages Date: Tue, 13 Jul 2021 00:29:13 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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


--- End Message ---

reply via email to

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