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