mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add emacs-ivy-xref.
* gnu/packages/emacs-xyz.scm (emacs-ivy-xref): New variable.
This commit is contained in:
parent
7757f44044
commit
d1e6b9e85f
1 changed files with 25 additions and 0 deletions
|
@ -5362,6 +5362,31 @@ (define-public emacs-ivy
|
||||||
expression.")
|
expression.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-ivy-xref
|
||||||
|
(let ((commit "1a35fc0f070388701b05b0a455cbe262e924d547")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "emacs-ivy-xref")
|
||||||
|
(version (git-version "0.1" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/alexmurray/ivy-xref.git")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0d71nm9d9ajp5i6dnl8h1hw9jqp8gd1ajgninb1h13i80rplzl9k"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-ivy" ,emacs-ivy)))
|
||||||
|
(home-page "https://github.com/alexmurray/ivy-xref")
|
||||||
|
(synopsis "Ivy interface for @code{xref}")
|
||||||
|
(description "This package provides an Ivy interface for selecting from
|
||||||
|
@code{xref} results.")
|
||||||
|
(license license:gpl3))))
|
||||||
|
|
||||||
(define-public emacs-ivy-pass
|
(define-public emacs-ivy-pass
|
||||||
(let ((commit "5b523de1151f2109fdd6a8114d0af12eef83d3c5")
|
(let ((commit "5b523de1151f2109fdd6a8114d0af12eef83d3c5")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue