unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: 33903@debbugs.gnu.org
Subject: [bug#33903] [PATCH 4/7] gnu: Add emacs-graphql.
Date: Sat, 29 Dec 2018 16:02:58 +0100	[thread overview]
Message-ID: <20181229150301.30567-5-jlicht@fsfe.org> (raw)
In-Reply-To: <20181229150301.30567-1-jlicht@fsfe.org>

* 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

  parent reply	other threads:[~2018-12-29 15:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-29 15:02 [bug#33907] [PATCH 0/7] Prepare for release of emacs-forge Jelle Licht
2018-12-29 15:02 ` [bug#33906] [PATCH 1/7] gnu: emacs-closql: Update to 1.0.0 Jelle Licht
2019-01-09 15:43   ` Ludovic Courtès
2018-12-29 15:02 ` [bug#33908] [PATCH 2/7] gnu: emacs-emacsql: Update to 3.0.0 Jelle Licht
2019-01-09 15:43   ` Ludovic Courtès
2018-12-29 15:02 ` [bug#33909] [PATCH 3/7] gnu: Add emacs-treepy Jelle Licht
2019-01-09 15:43   ` Ludovic Courtès
2018-12-29 15:02 ` Jelle Licht [this message]
2019-01-09 15:45   ` [bug#33903] [PATCH 4/7] gnu: Add emacs-graphql Ludovic Courtès
2018-12-29 15:02 ` [bug#33910] [PATCH 5/7] gnu: emacs-with-editor: Update to 2.8.0 Jelle Licht
2019-01-09 15:45   ` Ludovic Courtès
2018-12-29 15:03 ` [bug#33905] [PATCH 6/7] gnu: emacs-magit-popup: Update to 2.12.5 Jelle Licht
2019-01-09 15:45   ` Ludovic Courtès
2018-12-29 15:03 ` [bug#33904] [PATCH 7/7] gnu: emacs-ghub: Update to 3.2.0 Jelle Licht
2019-01-09 15:45   ` Ludovic Courtès
2019-01-09 15:43 ` [bug#33907] [PATCH 0/7] Prepare for release of emacs-forge Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181229150301.30567-5-jlicht@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=33903@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).