unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71632] [PATCH core-updates] gnu: tenacity: Fix build.
@ 2024-06-18 15:58 Andy Tai
  2024-06-19  3:13 ` bug#71632: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-06-18 15:58 UTC (permalink / raw)
  To: 71632; +Cc: Andy Tai

* gnu/packages/audio.scm (tenacity): Fix build.

Change-Id: I851da322ce62882bb38bf80442d5be12b463aa4b
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 6c29ea5783..dd6511d59d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1077,7 +1077,7 @@ (define-public tenacity
                 (lambda ()
                   (apply %configure args))
                 #:unwind? #t)))
-          (add-after 'wrap-program 'glib-or-gtk-wrap
+          (add-after 'install 'glib-or-gtk-wrap
             (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))
       ;; Test suite?  Which test suite?
       #:tests? #f))

base-commit: cca32c849c3250f7420fa23e91eabb43249ec7d8
-- 
2.34.1





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

* bug#71632: [PATCH core-updates] gnu: tenacity: Fix build.
  2024-06-18 15:58 [bug#71632] [PATCH core-updates] gnu: tenacity: Fix build Andy Tai
@ 2024-06-19  3:13 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-06-19  3:13 UTC (permalink / raw)
  To: Andy Tai; +Cc: 71632-done

Andy Tai <atai@atai.org> writes:

> * gnu/packages/audio.scm (tenacity): Fix build.
>
> Change-Id: I851da322ce62882bb38bf80442d5be12b463aa4b
> ---
>  gnu/packages/audio.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index 6c29ea5783..dd6511d59d 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -1077,7 +1077,7 @@ (define-public tenacity
>                  (lambda ()
>                    (apply %configure args))
>                  #:unwind? #t)))
> -          (add-after 'wrap-program 'glib-or-gtk-wrap
> +          (add-after 'install 'glib-or-gtk-wrap
>              (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))
>        ;; Test suite?  Which test suite?
>        #:tests? #f))
>
> base-commit: cca32c849c3250f7420fa23e91eabb43249ec7d8

Hello, I have pushed a fix as 21485b4d1, thank you!




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

end of thread, other threads:[~2024-06-19  3:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18 15:58 [bug#71632] [PATCH core-updates] gnu: tenacity: Fix build Andy Tai
2024-06-19  3:13 ` bug#71632: " 宋文武 via Guix-patches via

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