mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helpful: Update to 0.19-1.1c98f6f.
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.19-1.1c98f6f. [source]: Remove fix-docstring-test.patch. [propagated-inputs]: Remove EMACS-SHUT-UP. * gnu/packages/patches/emacs-helpful-fix-docstring-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Apply removal. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
1b64641955
commit
156aac1b36
3 changed files with 26 additions and 45 deletions
|
@ -23374,31 +23374,31 @@ downloading manager for Emacs.")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-helpful
|
||||
(package
|
||||
(name "emacs-helpful")
|
||||
(version "0.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Wilfred/helpful")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qwsifzsjw95l83m7z07fr9h1sqbhggwmcps1qgbddpan2a8ab8a"))
|
||||
;; Cherry-picked from upstream, remove when bumping to 0.20.
|
||||
(patches (search-patches "emacs-helpful-fix-docstring-test.patch"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-elisp-refs emacs-dash emacs-s emacs-f emacs-shut-up))
|
||||
(native-inputs
|
||||
(list emacs-ert-runner emacs-undercover))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("ert-runner")))
|
||||
(home-page "https://github.com/Wilfred/helpful")
|
||||
(synopsis "More contextual information in Emacs help")
|
||||
(description "@code{helpful} is an alternative to the built-in Emacs help
|
||||
(let ((commit "1c98f6f06a85def5d34c735f8cd407f20cebddf9")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-helpful")
|
||||
(version (git-version "0.19" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Wilfred/helpful")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18b5hjfji51zxjrxhkklxx3j9svk295awmxv8n95mp8ilas2kd3l"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-elisp-refs emacs-f emacs-s))
|
||||
(native-inputs
|
||||
(list emacs-ert-runner emacs-undercover))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("ert-runner")))
|
||||
(home-page "https://github.com/Wilfred/helpful")
|
||||
(synopsis "More contextual information in Emacs help")
|
||||
(description "@code{helpful} is an alternative to the built-in Emacs help
|
||||
that provides much more contextual information.
|
||||
|
||||
@itemize
|
||||
|
@ -23417,7 +23417,7 @@ functions.
|
|||
@item Trace, disassemble functions from inside Helpful. This is discoverable
|
||||
and doesn't require memorisation of commands.
|
||||
@end itemize\n")
|
||||
(license license:gpl3+)))
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-logview
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue