me
/
guix
Archived
1
0
Fork 0

gnu: kguiaddons: Fix test failure.

* gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]:
Remove phase 'start-xorg-server. Add phase 'check-setup.
master
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 (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