gnu: emacs-sudo-edit: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-sudo-edit)[arguments]: Use G-expressions. Remove trailing #T.
parent
f32bc54c98
commit
1e28e8904c
|
@ -6225,16 +6225,16 @@ Gnus, e.g., for applying patches received by email.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-undercover))
|
(list emacs-undercover))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs
|
(list
|
||||||
#:phases
|
#:emacs emacs
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-before 'check 'fix-makefile
|
#~(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-before 'check 'fix-makefile
|
||||||
(substitute* "Makefile"
|
(lambda _
|
||||||
(("\\$\\(CASK\\) exec ") ""))
|
(substitute* "Makefile"
|
||||||
#t)))
|
(("\\$\\(CASK\\) exec ") "")))))
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
#:test-command '("make" "test")))
|
#:test-command #~(list "make" "test")))
|
||||||
(home-page "https://github.com/nflath/sudo-edit/")
|
(home-page "https://github.com/nflath/sudo-edit/")
|
||||||
(synopsis "Open files as another user")
|
(synopsis "Open files as another user")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue