mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-irony-mode-server: Improve style.
* gnu/packages/emacs-xyz.scm (emacs-irony-mode-server): [arguments]<phases>: Use gexps. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
769e7f76cd
commit
278b1d0818
1 changed files with 7 additions and 8 deletions
|
@ -11269,14 +11269,13 @@ described on the homepage.")
|
|||
(inherit emacs-irony-mode)
|
||||
(name "emacs-irony-mode-server")
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
(invoke "cmake"
|
||||
"server"
|
||||
(string-append "-DCMAKE_INSTALL_PREFIX=" out))))))))
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
(lambda _
|
||||
(invoke "cmake" "server"
|
||||
(string-append "-DCMAKE_INSTALL_PREFIX=" #$output)))))))
|
||||
(inputs
|
||||
(list clang))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue