mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: solid: Use INVOKE.
* gnu/packages/kde-frameworks.scm (solid)[arguments]: Use INVOKE in "check" phase.
This commit is contained in:
parent
76cf631463
commit
93a1a3c544
1 changed files with 1 additions and 1 deletions
|
@ -1330,7 +1330,7 @@ (define-public solid
|
|||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||
(zero? (system* "dbus-launch" "ctest" ".")))))))
|
||||
(invoke "dbus-launch" "ctest" "."))))))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("dbus" ,dbus)
|
||||
|
|
Loading…
Reference in a new issue