bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45316: [PATCH 12/26] gnu: emacs-telega: Adjust following emacs-build


From: Maxim Cournoyer
Subject: bug#45316: [PATCH 12/26] gnu: emacs-telega: Adjust following emacs-build-system changes.
Date: Fri, 18 Dec 2020 17:17:09 -0500

* gnu/packages/emacs-xyz.scm (emacs-telega)[phases]{create-pkg.el}: Add phase.
---
 gnu/packages/emacs-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3e4dae5314..1be2b36f04 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23837,6 +23837,8 @@ other @code{helm-type-file} sources such as 
@code{helm-locate}.")
               #t))
            (add-after 'emacs-bytecomp-contrib 'emacs-install
              (assoc-ref emacs:%standard-phases 'install))
+           (add-after 'emacs-install 'create-pkg.el
+             (assoc-ref emacs:%standard-phases 'create-pkg.el))
            ;; This step installs subdir /etc, which contains images, sounds and
            ;; various other data, next to the site-lisp dir.
            (add-after 'emacs-install 'telega-install-data
-- 
2.29.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]