1
0
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:
Ricardo Wurmus
2019-01-26 13:17:48 +01:00
parent 76cf631463
commit 93a1a3c544
+1 -1
View File
@@ -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)