all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47303] [PATCH] gnu: Add emacs-ghq.
@ 2021-03-21 23:08 Joseph LaFreniere
  2021-04-11  9:28 ` bug#47303: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph LaFreniere @ 2021-03-21 23:08 UTC (permalink / raw)
  To: 47303

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Patch file is attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-ghq.patch --]
[-- Type: text/x-patch, Size: 1733 bytes --]

From 89ccc272b27e1ff8da675fd8595221701af240fd Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Wed, 11 Nov 2020 00:39:58 -0600
Subject: [PATCH] gnu: Add emacs-ghq.

* gnu/packages/emacs-xyz.scm (emacs-ghq): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7085318e58..42723933f5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -139,6 +139,7 @@
   #:use-module (gnu packages djvu)
   #:use-module (gnu packages ebook)
   #:use-module (gnu packages emacs)
+  #:use-module (gnu packages golang)
   #:use-module (gnu packages guile)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages gnome)
@@ -937,6 +938,28 @@ Files with the @file{.graphql} and @file{.gql} extensions are
 automatically opened with this mode.")
       (license license:gpl3+))))
 
+(define-public emacs-ghq
+  (package
+    (name "emacs-ghq")
+    (version "0.1.2")
+    (home-page "https://github.com/rcoedo/emacs-ghq")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url home-page)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0rh2k93c3a0vl073a3s3a3h6gkw454v1lyd7y8l3pd24vw9hc628"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("ghq" ,ghq)))
+    (synopsis "Emacs interface for @code{ghq}")
+    (description
+     "This package provides a set of functions wrapping @code{ghq}.")
+    (license license:gpl3+)))
+
 (define-public emacs-ghub
   (package
     (name "emacs-ghub")
-- 
2.31.0


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

* bug#47303: [PATCH] gnu: Add emacs-ghq.
  2021-03-21 23:08 [bug#47303] [PATCH] gnu: Add emacs-ghq Joseph LaFreniere
@ 2021-04-11  9:28 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-04-11  9:28 UTC (permalink / raw)
  To: Joseph LaFreniere; +Cc: 47303-done

Hello,

Joseph LaFreniere <joseph@lafreniere.xyz> writes:

> Subject: [PATCH] gnu: Add emacs-ghq.
>
> * gnu/packages/emacs-xyz.scm (emacs-ghq): New variable.

Applied. Thank you.

> +    (description
> +     "This package provides a set of functions wrapping @code{ghq}.")

I tried to slightly expound the description. Hopefully, I didn't mess
up.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-04-11  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 23:08 [bug#47303] [PATCH] gnu: Add emacs-ghq Joseph LaFreniere
2021-04-11  9:28 ` bug#47303: " 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.