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
|
@ -70,7 +70,8 @@
|
||||||
(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 New Issue