unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49673] [PATCH 1/2] gnu: emacs-typit: Fix dictionary location.
@ 2021-07-21  0:42 Morgan.J.Smith
  2021-07-21  1:08 ` [bug#49673] [PATCH 2/2] gnu: emacs-typit: Update to 0.2.1-2.fa125bf Morgan.J.Smith
  2021-07-27 17:35 ` bug#49673: [PATCH 1/2] gnu: emacs-typit: Fix dictionary location Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Morgan.J.Smith @ 2021-07-21  0:42 UTC (permalink / raw)
  To: 49673; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

Move the dictionary directory to be next to the lisp files, where it is
expected to be.

* gnu/packages/emacs-xyz.scm (emacs-typit)[arguments]
<#:phases>: Remove install-dictionaries phase.
<#:include>: Include dictionaries.
---
 gnu/packages/emacs-xyz.scm | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5fe1c20976..f611277be2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1217,17 +1217,7 @@ handful of functions that are not resource-specific.")
           (base32 "1savrxs7xl92ifyxpxkkzv2didr7lb405h0dwz1bs1wldr5fb53f"))))
       (build-system emacs-build-system)
       (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           (add-after 'install 'install-dictionaries
-             (lambda* (#:key outputs #:allow-other-keys)
-               (let* ((out (assoc-ref outputs "out"))
-                      (site-lisp
-                       (string-append
-                        out "/share/emacs/site-lisp/dict")))
-                 (mkdir-p site-lisp)
-                 (copy-recursively "dict" site-lisp)
-                 #t))))))
+        '(#:include (cons "^dict/" %default-include)))
       (propagated-inputs
        `(("emacs-f" ,emacs-f)
          ("emacs-mmt" ,emacs-mmt)))
-- 
2.32.0





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

end of thread, other threads:[~2021-07-27 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21  0:42 [bug#49673] [PATCH 1/2] gnu: emacs-typit: Fix dictionary location Morgan.J.Smith
2021-07-21  1:08 ` [bug#49673] [PATCH 2/2] gnu: emacs-typit: Update to 0.2.1-2.fa125bf Morgan.J.Smith
2021-07-27 17:35 ` bug#49673: [PATCH 1/2] gnu: emacs-typit: Fix dictionary location Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).