me
/
guix
Archived
1
0
Fork 0

gnu: kirigami: Enable test-suite.

The error which inhibited running the tests no longer occurs
in 5.49.0, although now no tests are found at all.  Since no tests
are found now, the phase 'check-setup can be removed, too,
and thus the 'arguments' at all.

* gnu/packages/kde-frameworks.scm(kirigami)[arguments]: Remove.
master
Hartmut Goebel 2019-01-01 23:24:12 +01:00
parent 2d4589ffb9
commit 6ca3218812
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 0 additions and 13 deletions

View File

@ -805,19 +805,6 @@ or user activity.")
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
;; Run-time dependency ;; Run-time dependency
("qtgraphicaleffects" ,qtgraphicaleffects))) ("qtgraphicaleffects" ,qtgraphicaleffects)))
(arguments
`(#:tests? #f ;; FIXME: Test suite is broken,
;; see https://bugs.kde.org/show_bug.cgi?id=386456
;; Note for when enabling the tests: The test-suite is meant to be run
;; without prior installation, see
;; https://cgit.kde.org/kirigami.git/commit/?id=24ad2c9
#:phases
(modify-phases %standard-phases
(add-before 'check 'check-setup
(lambda* (#:key outputs #:allow-other-keys)
;; make Qt render "offscreen", required for tests
(setenv "QT_QPA_PLATFORM" "offscreen")
#t)))))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "QtQuick components for mobile user interfaces") (synopsis "QtQuick components for mobile user interfaces")
(description "Kirigami is a set of high level QtQuick components looking (description "Kirigami is a set of high level QtQuick components looking