mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: greenisland: Use INVOKE.
* gnu/packages/display-managers.scm (greenisland)[arguments]: Use INVOKE in check phase.
This commit is contained in:
parent
3692cffed4
commit
3af2708881
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ (define-public greenisland
|
|||
(replace 'check
|
||||
(lambda _
|
||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||
(zero? (system* "dbus-launch" "ctest" "."))))
|
||||
(invoke "dbus-launch" "ctest" ".")))
|
||||
(add-before 'check 'check-setup
|
||||
(lambda _
|
||||
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; Enable debug output
|
||||
|
|
Loading…
Reference in a new issue