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

View File

@ -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