GNU bug report logs - #33903
[PATCH 4/7] gnu: Add emacs-graphql.

Previous Next

Package: guix-patches;

Reported by: Jelle Licht <jlicht <at> fsfe.org>

Date: Sat, 29 Dec 2018 15:12:01 UTC

Severity: normal

Tags: fixed, patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33903 in the body.
You can then email your comments to 33903 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33903; Package guix-patches. (Sat, 29 Dec 2018 15:12:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jelle Licht <jlicht <at> fsfe.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 29 Dec 2018 15:12:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH 4/7] gnu: Add emacs-graphql.
Date: Sat, 29 Dec 2018 16:02:58 +0100
* gnu/packages/emacs.scm (emacs-graphql): New variable.
---
 gnu/packages/emacs.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2e441d41a..7181d05a3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -649,6 +649,34 @@ process, passing on the arguments as command line arguments.")
 clojure.walk and clojure.zip respectively.")
     (license license:gpl3+)))
 
+(define-public emacs-graphql
+  (package
+   (name "emacs-graphql")
+   (version "0.1.1")
+   (source (origin
+             (modules '((guix build utils)))
+             ;; Remove examples file with references to external packages as
+             ;; they do not exist at compilation time.
+             (snippet
+              '(begin (delete-file "examples.el")
+                 #t))
+             (method git-fetch)
+             (uri (git-reference
+                   (url "https://github.com/vermiculus/graphql.el.git")
+                   (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw"))))
+   (build-system emacs-build-system)
+   (home-page
+    "https://github.com/vermiculus/graphql.el")
+   (synopsis "GraphQL utilities")
+   (description
+    "GraphQL.el provides a generally-applicable domain-specific language for
+creating and executing GraphQL queries against your favorite web services.")
+   (license license:gpl3+)))
+
 (define-public emacs-ghub
   (package
     (name "emacs-ghub")
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#33903; Package guix-patches. (Wed, 09 Jan 2019 15:46:01 GMT) Full text and rfc822 format available.

Message #8 received at 33903 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: 33903 <at> debbugs.gnu.org
Subject: Re: [bug#33903] [PATCH 4/7] gnu: Add emacs-graphql.
Date: Wed, 09 Jan 2019 16:45:00 +0100
Jelle Licht <jlicht <at> fsfe.org> skribis:

> * gnu/packages/emacs.scm (emacs-graphql): New variable.

LGTM!

> +   (home-page
> +    "https://github.com/vermiculus/graphql.el")
> +   (synopsis "GraphQL utilities")
> +   (description
> +    "GraphQL.el provides a generally-applicable domain-specific language for
> +creating and executing GraphQL queries against your favorite web services.")

Bonus points if you add a few words that give a hint about what GraphQL
is.  :-)

Ludo’.




Added tag(s) fixed. Request was from Jelle Licht <jlicht <at> fsfe.org> to control <at> debbugs.gnu.org. (Wed, 09 Jan 2019 22:14:06 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 33903 <at> debbugs.gnu.org and Jelle Licht <jlicht <at> fsfe.org> Request was from Jelle Licht <jlicht <at> fsfe.org> to control <at> debbugs.gnu.org. (Wed, 09 Jan 2019 22:14:06 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 07 Feb 2019 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.