From 047e7461b4207a573300d8f6f43304f841d3e9b8 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 3 Sep 2017 18:22:07 +0100 Subject: gnu: Add emacs-gotest. * gnu/packages/emacs.scm (emacs-gotest): New variable. --- gnu/packages/emacs.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 7423306290..9abac359d0 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1213,6 +1213,25 @@ environment set through Direnv.") written in the Go programming language.") (license license:bsd-3))) +(define-public emacs-gotest + (package + (name "emacs-gotest") + (version "0.14.0") + (source (origin + (method url-fetch) + (uri (string-append "https://github.com/nlamirault/gotest.el/" + "archive/" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1bkma1f5yhb1p782daw2dqbkq1mzr005l5rw19l2pjc9pyg5g05w")))) + (build-system emacs-build-system) + (home-page "https://github.com/nlamirault/gotest.el") + (synopsis "") + (description + "") + (license license:gpl2+))) + (define-public emacs-google-maps (package (name "emacs-google-maps") -- cgit v1.2.3