mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add emacs-pr-review.
* gnu/packages/emacs-xyz.scm (emacs-pr-review): New variable. Change-Id: Ied19b0b58e319d054a15ef6cfa6af7731f728f73
This commit is contained in:
parent
f89232b10d
commit
2fb2cffdd5
1 changed files with 23 additions and 0 deletions
|
@ -29922,6 +29922,29 @@ turn.")
|
||||||
accept and reject GitHub pull requests.")
|
accept and reject GitHub pull requests.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-pr-review
|
||||||
|
(let ((revision "0")
|
||||||
|
(commit "9fa4ef4d1922cbd6dd37b631ea05aed0ef358178"))
|
||||||
|
(package
|
||||||
|
(name "emacs-pr-review")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/blahgeek/emacs-pr-review.git")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1cm92263jqvq2lg378xqi8ikbqw98lxjpsl29sja2xg2wf6p7gml"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-magit emacs-ghub emacs-markdown-mode))
|
||||||
|
(synopsis "Review GitHub Pull Requests")
|
||||||
|
(description "This package provides a way to review GitHub Pull
|
||||||
|
Requests from magit.")
|
||||||
|
(home-page "https://github.com/blahgeek/emacs-pr-review/")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-deadgrep
|
(define-public emacs-deadgrep
|
||||||
(package
|
(package
|
||||||
(name "emacs-deadgrep")
|
(name "emacs-deadgrep")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue