[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42229] [[PATCH V2] 05/10] gnu: pjproject-jami: Make sure phases are
From: |
Christopher Baines |
Subject: |
[bug#42229] [[PATCH V2] 05/10] gnu: pjproject-jami: Make sure phases are run in order. |
Date: |
Sat, 11 Jul 2020 20:57:50 +0100 |
User-agent: |
mu4e 1.4.10; emacs 26.3 |
Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl> writes:
> * gnu/packages/jami.scm (pjproject-jami)[arguments]:
> Add 'apply-patches after 'make-git-checkout-writable.
> ---
> gnu/packages/jami.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
> index a9ccf67380..a770d52d2e 100644
> --- a/gnu/packages/jami.scm
> +++ b/gnu/packages/jami.scm
> @@ -153,7 +153,7 @@
> (lambda _
> (for-each make-file-writable (find-files "."))
> #t))
> - (add-after 'unpack 'apply-patches
> + (add-after 'make-git-checkout-writable 'apply-patches
> (lambda* (#:key inputs #:allow-other-keys)
> (let ((jami-apply-dependency-patches
> ,jami-apply-dependency-patches))
> ;; Comes from
I don't really follow this change, is this part of the switch to using a
Git repository as the source of the package? (if so, then being part of
that commit would be good).
signature.asc
Description: PGP signature
- [bug#42229] [PATCH 4/9] gnu: jami: Fetch from git, update to 20200702-guix., (continued)
[bug#42229] [[PATCH V2] 01/10] gnu: libring: Fetch from git, update to 20200708-guix., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 04/10] gnu: jami: Fetch from git, update to 20200702-guix., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 06/10] gnu: jami: Add libnm as input., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 05/10] gnu: pjproject-jami: Make sure phases are run in order., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 05/10] gnu: pjproject-jami: Make sure phases are run in order.,
Christopher Baines <=
- [bug#42229] [[PATCH V2] 03/10] gnu: jami-apply-dependency-patches, ffmpeg-jami, pjproject-jami: Apply patches from the new libring source., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 02/10] gnu: libringclient: Fetch from git, update to 20200702-guix., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 10/10] gnu: jami-client-gnome: Remove deprecated package., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 07/10] gnu: jami: Fix compilation by providing necessary webchat files., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 08/10] gnu: pjproject-jami: Fix assertion by disabling debugging., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 09/10] gnu: opendht: Fix libring compilation., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 01/10] gnu: libring: Fetch from git, update to 20200708-guix., Christopher Baines, 2020/07/11
[bug#42229] [[PATCH v3] 1/4] gnu: jami-client-gnome: Remove deprecated package., Jan Wielkiewicz, 2020/07/12