mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-inspirehep.
* gnu/packages/emacs-xyz.scm (emacs-inspirehep): New variable. Change-Id: Ia2ea76c13d0cfb7d5496d56d5fb4f0b2fdedf2d7 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
6ea73dc005
commit
286851654d
1 changed files with 29 additions and 0 deletions
|
@ -1040,6 +1040,35 @@ configuration language which makes it trivial to write your own themes.")
|
||||||
Common Lisp or Smalltalk, but for Emacs Lisp.")
|
Common Lisp or Smalltalk, but for Emacs Lisp.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-inspirehep
|
||||||
|
;; No tags or releases.
|
||||||
|
(let ((commit "9675ef63833d3f876e2f1dd8f7a8d91eef420aab")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-inspirehep")
|
||||||
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri
|
||||||
|
(git-reference
|
||||||
|
(url "https://codeberg.org/rahguzar/inspirehep.el/")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rjclz658vca3mlwhil9kz4ffk382l1csrh7wr8ch63babmc7kzy"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;no tests
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-map emacs-pdf-tools emacs-companion-mode))
|
||||||
|
(home-page "https://codeberg.org/rahguzar/inspirehep.el/")
|
||||||
|
(synopsis "Search literature references for high energy physics")
|
||||||
|
(description
|
||||||
|
"This package provides an Emacs interface to the online service
|
||||||
|
@uref{https://inspirehep.net/, Inspirehep}")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-treebundel
|
(define-public emacs-treebundel
|
||||||
(package
|
(package
|
||||||
(name "emacs-treebundel")
|
(name "emacs-treebundel")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue