~ruther/guix-local

1de5b667f896aa2c612416bffac5f77cae94c5f4 — David Craven 9 years ago 3cf319a
gnu: kguiaddons: Fix test failure.

* gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]:
Remove phase 'start-xorg-server. Add phase 'check-setup.
1 files changed, 4 insertions(+), 7 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +4 -7
@@ 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