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:
David Craven 2016-08-20 15:54:42 +02:00
parent 3cf319a3f8
commit 1de5b667f8
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 4 additions and 7 deletions

View File

@ -539,13 +539,10 @@ infrastructure.")
(arguments
`(#:phases
(modify-phases %standard-phases
(add-before 'check 'start-xorg-server
(lambda* (#:key inputs #:allow-other-keys)
;; The test suite requires a running X server.
(system (string-append (assoc-ref inputs "xorg-server")
"/bin/Xvfb :1 &"))
(setenv "DISPLAY" ":1")
#t)))))
(add-before 'check 'check-setup
(lambda* _
(setenv "QT_QPA_PLATFORM" "offscreen")
#t)))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Utilities for graphical user interfaces")
(description "The KDE GUI addons provide utilities for graphical user