mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: at-spi2-core: Use invoke.
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Use invoke.
This commit is contained in:
parent
6c23ed9b58
commit
122ad429dc
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ (define-public at-spi2-core
|
|||
(lambda _
|
||||
;; Don't fail on missing '/etc/machine-id'.
|
||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||
(zero? (system* "dbus-launch" "make" "check")))))))
|
||||
(invoke "dbus-launch" "make" "check"))))))
|
||||
(propagated-inputs
|
||||
;; atspi-2.pc refers to all these.
|
||||
`(("dbus" ,dbus)
|
||||
|
|
Loading…
Reference in a new issue