gnu: gajim-openpgp: Install plugin in a sub-folder.
* gnu/packages/messaging.scm (gajim-openpgp)[builder]: Modify.master
parent
9ed1fa7de7
commit
b7f6c4186a
gnu/packages
|
@ -1350,7 +1350,7 @@ multi-client end-to-end encryption.")
|
||||||
(begin
|
(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
(let* ((out (assoc-ref %outputs "out"))
|
(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")))
|
(source (assoc-ref %build-inputs "source")))
|
||||||
(mkdir-p share)
|
(mkdir-p share)
|
||||||
(copy-recursively source share)
|
(copy-recursively source share)
|
||||||
|
|
Reference in New Issue