gnu: gajim-openpgp: Install plugin in a sub-folder.

* gnu/packages/messaging.scm (gajim-openpgp)[builder]: Modify.
This commit is contained in:
Raghav Gururajan 2022-06-28 10:21:35 -04:00
parent 9ed1fa7de7
commit b7f6c4186a
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 1 additions and 1 deletions

View File

@ -1350,7 +1350,7 @@ multi-client end-to-end encryption.")
(begin
(use-modules (guix build utils))
(let* ((out (assoc-ref %outputs "out"))
(share (in-vicinity out "share/gajim/plugins"))
(share (in-vicinity out "share/gajim/plugins/openpgp"))
(source (assoc-ref %build-inputs "source")))
(mkdir-p share)
(copy-recursively source share)