mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: emacs-helpful: Update to 0.17-1.be0e937f.
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17-1.b0e937f.
This commit is contained in:
parent
66c83960a5
commit
47640ca67d
1 changed files with 32 additions and 29 deletions
|
@ -15763,34 +15763,37 @@ (define-public emacs-download-region
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-helpful
|
(define-public emacs-helpful
|
||||||
(package
|
(let ((version "0.17")
|
||||||
(name "emacs-helpful")
|
(commit "b0e937fff71dc0a5d34066bfd25310e76f284621")
|
||||||
(version "0.17")
|
(revision "1"))
|
||||||
(source
|
(package
|
||||||
(origin
|
(name "emacs-helpful")
|
||||||
(method git-fetch)
|
(version (git-version version revision commit))
|
||||||
(uri (git-reference
|
(source
|
||||||
(url "https://github.com/Wilfred/helpful")
|
(origin
|
||||||
(commit version)))
|
(method git-fetch)
|
||||||
(file-name (git-file-name name version))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://github.com/Wilfred/helpful")
|
||||||
(base32 "0v2y0x9pwi08y2mgjjiw5brfb5haa7pbmy4540glw904ffxxcblj"))))
|
(commit commit)))
|
||||||
(build-system emacs-build-system)
|
(file-name (git-file-name name version))
|
||||||
(propagated-inputs
|
(sha256
|
||||||
`(("emacs-elisp-refs" ,emacs-elisp-refs)
|
(base32 "048qvlyj2vkgi872z8l07diwqnq21ziycv8slxzzy7rflw3wx0b2"))))
|
||||||
("emacs-dash" ,emacs-dash)
|
(build-system emacs-build-system)
|
||||||
("emacs-s" ,emacs-s)
|
(propagated-inputs
|
||||||
("emacs-f" ,emacs-f)
|
`(("emacs-elisp-refs" ,emacs-elisp-refs)
|
||||||
("emacs-shut-up" ,emacs-shut-up)))
|
("emacs-dash" ,emacs-dash)
|
||||||
(native-inputs
|
("emacs-s" ,emacs-s)
|
||||||
`(("emacs-ert-runner" ,emacs-ert-runner)
|
("emacs-f" ,emacs-f)
|
||||||
("emacs-undercover" ,emacs-undercover)))
|
("emacs-shut-up" ,emacs-shut-up)))
|
||||||
(arguments
|
(native-inputs
|
||||||
`(#:tests? #t
|
`(("emacs-ert-runner" ,emacs-ert-runner)
|
||||||
#:test-command '("ert-runner")))
|
("emacs-undercover" ,emacs-undercover)))
|
||||||
(home-page "https://github.com/Wilfred/helpful")
|
(arguments
|
||||||
(synopsis "More contextual information in Emacs help")
|
`(#:tests? #t
|
||||||
(description "@code{helpful} is an alternative to the built-in Emacs help
|
#: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.
|
that provides much more contextual information.
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
|
@ -15809,7 +15812,7 @@ (define-public emacs-helpful
|
||||||
@item Trace, disassemble functions from inside Helpful. This is discoverable
|
@item Trace, disassemble functions from inside Helpful. This is discoverable
|
||||||
and doesn't require memorisation of commands.
|
and doesn't require memorisation of commands.
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-logview
|
(define-public emacs-logview
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue