gnu: cereal: Update phase style.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 11 Mar 2018 19:14:47 +0000 (20:14 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 12 Mar 2018 03:57:54 +0000 (04:57 +0100)
* gnu/packages/serialization.scm (cereal)[arguments]: Substitute INVOKE
for SYSTEM* and end phases with #t.

gnu/packages/serialization.scm

index 131d682..9bbac3a 100644 (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