gnu: kguiaddons: Fix test failure.
* gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]: Remove phase 'start-xorg-server. Add phase 'check-setup.
This commit is contained in:
parent
3cf319a3f8
commit
1de5b667f8
@ -539,13 +539,10 @@ infrastructure.")
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'start-xorg-server
|
(add-before 'check 'check-setup
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* _
|
||||||
;; The test suite requires a running X server.
|
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||||
(system (string-append (assoc-ref inputs "xorg-server")
|
#t)))))
|
||||||
"/bin/Xvfb :1 &"))
|
|
||||||
(setenv "DISPLAY" ":1")
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Utilities for graphical user interfaces")
|
(synopsis "Utilities for graphical user interfaces")
|
||||||
(description "The KDE GUI addons provide utilities for graphical user
|
(description "The KDE GUI addons provide utilities for graphical user
|
||||||
|
Loading…
Reference in New Issue
Block a user