gnu: cereal: Update phase style.

* gnu/packages/serialization.scm (cereal)[arguments]: Substitute INVOKE
for SYSTEM* and end phases with #t.
master
Tobias Geerinckx-Rice 2018-03-11 20:14:47 +01:00
parent 778fb47bcd
commit 3592937550
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

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