guix-patches
[Top][All Lists]
Advanced

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

[bug#40128] [PATCH 1/2] gnu: Add emacs-pretty-hydra.


From: LaFreniere, Joseph
Subject: [bug#40128] [PATCH 1/2] gnu: Add emacs-pretty-hydra.
Date: Sat, 21 Mar 2020 18:12:34 -0500



Nicolas Goaziou <address@hidden> writes:

As noted in the description, this package is not intended for use by
end-users.  Is there a convention for communicating that?

I think specifying it in the description is the correct way.

Noted.

+    (propagated-inputs
+     `(("emacs-hydra" ,emacs-hydra)
+       ("emacs-s" ,emacs-s)
+       ("emacs-dash" ,emacs-dash)))

Could you re-order them alphabetically?

Done.

+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+ (add-before 'add-source-to-load-path 'remove-pretty-hydra
+           (lambda* (#:key outputs #:allow-other-keys)
+             ;; major-mode-hydra is packaged separately.
+             (delete-file "major-mode-hydra.el")
+             #t)))))

You can use #:exclude keyword from the Emacs build system instead.

Thanks for the tip!

Could you send an updated patch?

Patch file is attached.

--
Joseph LaFreniere

Attachment: 0001-gnu-Add-emacs-pretty-hydra.patch
Description: Text Data


reply via email to

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