all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60033] [PATCH] gnu: emacs-hyperbole: add missing files
@ 2022-12-13 14:07 Konrad Hinsen
  2022-12-13 20:30 ` bug#60033: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2022-12-13 14:07 UTC (permalink / raw)
  To: 60033

* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Add a new
'install-doc phase.
---
 gnu/packages/emacs-xyz.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18d1989124..4eeb665e30 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -708,6 +708,8 @@ (define-public emacs-hyperbole
                               "DEMO-ROLO.otl"
                               "HY-ABOUT"
                               "man/hkey-help.txt"
+                              "man/hyberbole.info"
+                              "kotl/.*"
                               "\\.kotl$"
                               %default-include)
            #:phases
@@ -724,6 +726,13 @@ (define-public emacs-hyperbole
                      (("\\(hyperb:check-dir-user\\)") ""))
                    (substitute* "hgnus.el"
                      (("hmail ") "hmail hvar "))))
+               (add-after 'install 'install-doc
+                 (lambda _
+                   (install-file "man/hyperbole.info"
+                                 (string-append #$output "/share/info"))
+                   (install-file "man/hkey-help.txt"
+                                 (string-append #$output "/share/doc/"
+                                                #$name "-" #$version))))
                (add-after 'install 'install-images
                  (lambda _
                    (let ((dir (string-append #$output "/share/info/im")))
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60033: [PATCH] gnu: emacs-hyperbole: add missing files
  2022-12-13 14:07 [bug#60033] [PATCH] gnu: emacs-hyperbole: add missing files Konrad Hinsen
@ 2022-12-13 20:30 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-12-13 20:30 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 60033-done

Hello,

Konrad Hinsen <konrad.hinsen@fastmail.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Add a new
> 'install-doc phase.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-13 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13 14:07 [bug#60033] [PATCH] gnu: emacs-hyperbole: add missing files Konrad Hinsen
2022-12-13 20:30 ` bug#60033: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.