mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02: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:
parent
bf660f726a
commit
7aa6e29d0c
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ to take care of the OS-specific details when writing software that uses serial p
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'build 'build-doc
|
(add-after 'build 'build-doc
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "doxygen"))))
|
(invoke "doxygen")
|
||||||
|
#t))
|
||||||
(add-after 'install 'install-doc
|
(add-after 'install 'install-doc
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(copy-recursively "doxy/html-api"
|
(copy-recursively "doxy/html-api"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue