mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: cereal: Update phase style.
* gnu/packages/serialization.scm (cereal)[arguments]: Substitute INVOKE for SYSTEM* and end phases with #t.
This commit is contained in:
parent
778fb47bcd
commit
3592937550
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ (define-public cereal
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "doc/doxygen.in"
|
(substitute* "doc/doxygen.in"
|
||||||
(("@CMAKE_CURRENT_SOURCE_DIR@") "."))
|
(("@CMAKE_CURRENT_SOURCE_DIR@") "."))
|
||||||
(zero? (system* "doxygen" "doc/doxygen.in"))))
|
(invoke "doxygen" "doc/doxygen.in")
|
||||||
|
#t))
|
||||||
;; There is no "install" target, so we have to provide our own
|
;; There is no "install" target, so we have to provide our own
|
||||||
;; "install" phase.
|
;; "install" phase.
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in a new issue