mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-counsel-dash: Update to 0.1.3-4-370d5f6.
* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-4-370d5f6. [arguments]: Remove unnecessary phase. [propagated-inputs]: Replace emacs-ivy with emacs-counsel.
This commit is contained in:
parent
597bc8218c
commit
c46ceff89c
1 changed files with 5 additions and 15 deletions
|
@ -20500,8 +20500,8 @@ Dash docsets.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-counsel-dash
|
(define-public emacs-counsel-dash
|
||||||
(let ((commit "7027868d483b51d949b9f20fb8f34b122ca61520")
|
(let ((commit "370d5f6f14b5294d0eb717f7b2a6a8e93df1ed24")
|
||||||
(revision "3"))
|
(revision "4"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-counsel-dash")
|
(name "emacs-counsel-dash")
|
||||||
(version (git-version "0.1.3" revision commit))
|
(version (git-version "0.1.3" revision commit))
|
||||||
|
@ -20513,21 +20513,11 @@ Dash docsets.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1fn38vbz46ijarjvhgw7iy7dj9s2a2miy95fyy9f8b5sj8nrdfvz"))))
|
||||||
"0h3f5pxnmb21pq4hh7k4w8jzflz1k2ap7nwpjc222w0q6x6jrbjp"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash-docs" ,emacs-dash-docs)
|
`(("emacs-counsel" ,emacs-counsel)
|
||||||
("emacs-ivy" ,emacs-ivy)))
|
("emacs-dash-docs" ,emacs-dash-docs)))
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'require-ivy
|
|
||||||
(lambda _
|
|
||||||
(substitute* "counsel-dash.el"
|
|
||||||
(("^\\(require 'cl-lib\\)")
|
|
||||||
"(require 'cl-lib)\n(require 'ivy)\n(require 'subr-x)"))
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://github.com/dash-docs-el/counsel-dash")
|
(home-page "https://github.com/dash-docs-el/counsel-dash")
|
||||||
(synopsis "Offline documentation browser for APIs using Dash docsets")
|
(synopsis "Offline documentation browser for APIs using Dash docsets")
|
||||||
(description "This package uses @code{ivy-mode} to install and navigate
|
(description "This package uses @code{ivy-mode} to install and navigate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue