Hi Maxim,
Maxim Cournoyer <[email protected]> skribis:
> Unfortunately the source derivation fails because it attempts to apply a
> patch (a single one?) to a tarball:
>
> (begin
> (use-modules
> (guix build utils))
> (setenv "PATH"
> "/gnu/store/mp0syh29rjknflaiv0hkpdlb2mjk0rlx-patch-2.7.6/bin")
> (copy-recursively
> "/gnu/store/ig8awlxbzrasp9p4f9vq8fqcidrma5qj-jami-20230224.0.tar.gz"
> ((@
> (guile)
> getenv)
> "out"))
> (chdir
> ((@
> (guile)
> getenv)
> "out"))
> (for-each
> (lambda
> (patch)
> (invoke "patch" "-p1" "--batch" "-i" patch))
> (quote
>
> ("/gnu/store/iq7hd3f9kr2kvz7lvnygq51yxp85gxbn-jami-libjami-headers-search.patch"))))
That’s a bug we should fix (and indeed, ‘patched-source’ has an XXX
comment about it…).
Ludo’.