gnu: xfconf: Use INVOKE.
* gnu/packages/xfce.scm (xfconf)[arguments]: Unconditionally return #T from check phase.
This commit is contained in:
parent
35faa00686
commit
215ccb997a
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2016 Florian Paul Schmidt <mista.tapas@gmx.net>
|
;;; Copyright © 2016 Florian Paul Schmidt <mista.tapas@gmx.net>
|
||||||
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
|
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
|
||||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
||||||
;;; Copyright © 2017 Nils Gillmann <ng0@n0.is>
|
;;; Copyright © 2017 Nils Gillmann <ng0@n0.is>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
@ -126,7 +126,7 @@ Xfce Desktop Environment.")
|
||||||
(string-append %output "/share"))
|
(string-append %output "/share"))
|
||||||
;; For the missing '/etc/machine-id'.
|
;; For the missing '/etc/machine-id'.
|
||||||
(setenv "DBUS_FATAL_WARNINGS" "0");
|
(setenv "DBUS_FATAL_WARNINGS" "0");
|
||||||
(zero? (system* "dbus-launch" "make" "check"))))
|
(invoke "dbus-launch" "make" "check")))
|
||||||
(delete 'check))))
|
(delete 'check))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue