mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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 _
|
||||
(substitute* "doc/doxygen.in"
|
||||
(("@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
|
||||
;; "install" phase.
|
||||
(replace 'install
|
||||
|
|
Loading…
Reference in a new issue