3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libsigrokdecode: Update phase style.

* gnu/packages/electronics.scm (libsigrokdecode)[arguments]: Use INVOKE
and end all phases with an explicit #t.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-16 18:42:46 +02:00
parent bf660f726a
commit 7aa6e29d0c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -75,7 +75,8 @@ to take care of the OS-specific details when writing software that uses serial p
(modify-phases %standard-phases
(add-after 'build 'build-doc
(lambda _
(zero? (system* "doxygen"))))
(invoke "doxygen")
#t))
(add-after 'install 'install-doc
(lambda* (#:key outputs #:allow-other-keys)
(copy-recursively "doxy/html-api"