mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-detached: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-detached)[arguments]<#:phases>: Remove unnecessary call to MAKE-FILE-WRITABLE. [synopsis]: Do not start with an article. [description]: Use proper capitalization.
This commit is contained in:
parent
f9ac8b7666
commit
ff512401c3
1 changed files with 4 additions and 5 deletions
|
@ -26033,7 +26033,6 @@ according to their use.")
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'configure
|
(add-after 'unpack 'configure
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(make-file-writable "detached.el")
|
|
||||||
(emacs-substitute-variables "detached.el"
|
(emacs-substitute-variables "detached.el"
|
||||||
("detached-dtach-program"
|
("detached-dtach-program"
|
||||||
(search-input-file inputs "/bin/dtach"))
|
(search-input-file inputs "/bin/dtach"))
|
||||||
|
@ -26043,11 +26042,11 @@ according to their use.")
|
||||||
(native-inputs (list emacs-ert-runner))
|
(native-inputs (list emacs-ert-runner))
|
||||||
(inputs (list dtach))
|
(inputs (list dtach))
|
||||||
(home-page "https://git.sr.ht/~niklaseklund/detached.el")
|
(home-page "https://git.sr.ht/~niklaseklund/detached.el")
|
||||||
(synopsis "A package to launch, and manage, detached processes")
|
(synopsis "Launch and manage detached processes from Emacs")
|
||||||
(description
|
(description
|
||||||
"The detached package allows users to run processes
|
"The Detached package allows users to run processes detached from Emacs.
|
||||||
detached from Emacs. It provides integration with multiple built-in modes, as
|
It provides integration with multiple built-in modes, as well as providing an
|
||||||
well as providing an interface to attach and interact with the processes.")
|
interface to attach and interact with the processes.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-dtache
|
(define-public emacs-dtache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue