mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fbcat, slepc: Use INVOKE.
* gnu/packages/linux.scm (fbcat)[arguments]: Substitute INVOKE for SYSTEM*. * gnu/packages/maths.scm (slepc)[arguments]: Likewise.
This commit is contained in:
parent
59cd0ba4ab
commit
94a1eb96d3
2 changed files with 4 additions and 3 deletions
|
@ -4587,8 +4587,9 @@ relevant @file{/dev/vcs*} file(s).")
|
|||
(delete 'configure) ; no configure script
|
||||
(add-after 'build 'build-documentation
|
||||
(lambda* (#:key make-flags #:allow-other-keys)
|
||||
(zero? (apply system* "make" "-C" "doc"
|
||||
make-flags))))
|
||||
(apply invoke "make" "-C" "doc"
|
||||
make-flags)
|
||||
#t))
|
||||
(add-after 'build 'qualify-references
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((pnmtopng (assoc-ref inputs "pnmtopng"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue