mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add emacs-gitlab-snip-helm.
* gnu/packages/emacs-xyz.scm (emacs-gitlab-snip-helm): New variable.
This commit is contained in:
parent
7c65fc378c
commit
f59cc03b56
1 changed files with 23 additions and 0 deletions
|
@ -7515,6 +7515,29 @@ (define-public emacs-gitlab-ci-mode
|
|||
via @code{gitlab-ci-lint}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-gitlab-snip-helm
|
||||
(package
|
||||
(name "emacs-gitlab-snip-helm")
|
||||
(version "0.0.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/sasanidas/gitlab-snip-helm.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c5js19zyb1z61hapvbfcl5jhrjqij46cxldgqij6al0scw44dga"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
("emacs-helm" ,emacs-helm)))
|
||||
(home-page "https://gitlab.com/sasanidas/gitlab-snip-helm/")
|
||||
(synopsis "GitLab snippet API interaction for Emacs")
|
||||
(description "This package provides GitLab snippet API interaction for
|
||||
Emacs.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-web-mode
|
||||
(package
|
||||
(name "emacs-web-mode")
|
||||
|
|
Loading…
Reference in a new issue