mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: intel-gpu-tools: Use INVOKE.
* gnu/packages/admin.scm (intel-gpu-tools)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
@@ -2111,9 +2111,9 @@ buffers.")
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen
|
||||
(lambda _
|
||||
;; Don't run configure in this phase
|
||||
;; Don't run configure in this phase.
|
||||
(setenv "NOCONFIGURE" "1")
|
||||
(zero? (system* "sh" "autogen.sh")))))))
|
||||
(invoke "sh" "autogen.sh"))))))
|
||||
(inputs
|
||||
`(("util-macros" ,util-macros)
|
||||
("libdrm" ,libdrm)
|
||||
|
||||
Reference in New Issue
Block a user