mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: intel-gpu-tools: Use INVOKE.
* gnu/packages/admin.scm (intel-gpu-tools)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
601953ed94
commit
8e7e6170ab
1 changed files with 2 additions and 2 deletions
|
@ -2111,9 +2111,9 @@ (define-public intel-gpu-tools
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue