gnu: Add emacs-4clojure.

* gnu/packages/emacs-xyz.scm (emacs-4clojure): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Alberto Eleuterio Flores Guerrero 2020-04-23 00:02:15 +02:00 committed by Nicolas Goaziou
parent 5483a2d0a9
commit 4e74cef97a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5383,6 +5383,29 @@ (define-public emacs-2048-game
board and goal value can be customized.")
(license license:gpl3+)))
(define-public emacs-4clojure
(package
(name "emacs-4clojure")
(version "0.2.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacsorphanage/4clojure.git")
(commit "4eccf8c7d4341a36c269451838114b27836699f9")))
(file-name (git-file-name name version))
(sha256
(base32 "19x653lzc1dxil4ix257hciidbdmbhaxhs6qhlkwi9ygjrlrgvnk"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-request" ,emacs-request)))
(home-page "https://github.com/emacsorphanage/4clojure/")
(synopsis "Open and evaluate 4clojure questions in Emacs")
(description "Emacs 4clojure interacts with @url{http://www4clojure.com,
4clojure} problems. You can open a specific question and move to the next or
previous one. You can also verify you answers.")
(license license:gpl3)))
(define-public emacs-base16-theme
(package
(name "emacs-base16-theme")