mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: solid: Use INVOKE.
* gnu/packages/kde-frameworks.scm (solid)[arguments]: Use INVOKE in "check" phase.
This commit is contained in:
@@ -1330,7 +1330,7 @@ feel.")
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||
(zero? (system* "dbus-launch" "ctest" ".")))))))
|
||||
(invoke "dbus-launch" "ctest" "."))))))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("dbus" ,dbus)
|
||||
|
||||
Reference in New Issue
Block a user