mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define-public libsigrokdecode
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue