gnu: emacs-lsp-mode: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode)[arguments]: Use G-expressions. Change-Id: Ie2e1afba6e62a7fa4628c8bb7259e2d1f2d73c71
This commit is contained in:
parent
106c16fc8e
commit
ab3731d255
1 changed files with 17 additions and 16 deletions
|
@ -30692,9 +30692,10 @@ the standard @code{Dockerfile} file format.")
|
|||
(base32 "1p4979qbmllmmszmnyml0msxkza4pm14rdacmqczbfs3cs9n6bd3"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:emacs ,emacs ;need libxml support
|
||||
(list
|
||||
#:emacs emacs ;need libxml support
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'move-clients-libraries
|
||||
;; Move all clients libraries at top-level, as is done, e.g., in
|
||||
;; MELPA.
|
||||
|
|
Reference in a new issue