unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45509] [PATCH 0/1] Add emacs-helm-slack
@ 2020-12-28 16:49 Raphaël Mélotte
  2020-12-28 16:58 ` [bug#45509] [PATCH 1/1] gnu: " Raphaël Mélotte
  0 siblings, 1 reply; 3+ messages in thread
From: Raphaël Mélotte @ 2020-12-28 16:49 UTC (permalink / raw)
  To: 45509

Since revision 'b3a3a6524185eeae68b087747c1e1ff7c0701bea' of emacs-slack, the
helm component has been moved to a separate repository:
https://github.com/yuya373/helm-slack

The following patch adds a new package definition for helm-slack.

Raphaël Mélotte (1):
  gnu: Add emacs-helm-slack.

 gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

-- 
2.29.2





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

* [bug#45509] [PATCH 1/1] gnu: Add emacs-helm-slack.
  2020-12-28 16:49 [bug#45509] [PATCH 0/1] Add emacs-helm-slack Raphaël Mélotte
@ 2020-12-28 16:58 ` Raphaël Mélotte
  2021-01-13 15:10   ` bug#45509: [PATCH 0/1] " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Raphaël Mélotte @ 2020-12-28 16:58 UTC (permalink / raw)
  To: 45509

* gnu/packages/emacs-xyz.scm (emacs-helm-slack): New variable.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
 gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eaa0fc8d2a..23068dea69 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13472,6 +13472,36 @@ through them using @key{C-c C-SPC}.")
 messaging service.")
       (license license:gpl3+))))
 
+(define-public emacs-helm-slack
+  (let ((commit "465f6220f3f5bee4d95492991fca1290c89534eb")
+        (revision "1"))
+    (package
+      (name "emacs-helm-slack")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/yuya373/helm-slack")
+                      (commit commit)))
+                (file-name (git-file-name name commit))
+                (sha256
+                 (base32
+                  "0p1s1kl8v68qjprqkf034cz911qzbqxbscqgpn0c3mbm3yfx81f7"))))
+      (build-system emacs-build-system)
+      (arguments
+       `(#:phases
+         (modify-phases %standard-phases
+           ;; HOME needs to exist for source compilation.
+           (add-before 'build 'set-HOME
+             (lambda _ (setenv "HOME" "/tmp") #t)))))
+      (propagated-inputs `(("emacs-slack", emacs-slack)))
+      (home-page "https://github.com/yuya373/helm-slack")
+      (synopsis "Helm extension for emacs-slack")
+      (description "This package provides an helm extension for emacs-slack
+Slack client.")
+      (license license:gpl3+))))
+
+
 (define-public emacs-bash-completion
   (package
    (name "emacs-bash-completion")
-- 
2.29.2





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

* bug#45509: [PATCH 0/1] Add emacs-helm-slack
  2020-12-28 16:58 ` [bug#45509] [PATCH 1/1] gnu: " Raphaël Mélotte
@ 2021-01-13 15:10   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2021-01-13 15:10 UTC (permalink / raw)
  To: Raphaël Mélotte; +Cc: 45509-done

Hi,

Raphaël Mélotte <raphael.melotte@mind.be> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-helm-slack): New variable.

Finally applied, thanks!

Ludo’.




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

end of thread, other threads:[~2021-01-13 15:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 16:49 [bug#45509] [PATCH 0/1] Add emacs-helm-slack Raphaël Mélotte
2020-12-28 16:58 ` [bug#45509] [PATCH 1/1] gnu: " Raphaël Mélotte
2021-01-13 15:10   ` bug#45509: [PATCH 0/1] " Ludovic Courtès

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).