aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-01-01 23:24:12 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-01-17 00:19:32 +0100
commit6ca3218812c9bce3879eb11b4936f05d59e9d409 (patch)
tree295a55c37cb76ff842452fd329c31b17e7273170
parent2d4589ffb9be291cd9e76476d9385013fefb3600 (diff)
downloadguix-6ca3218812c9bce3879eb11b4936f05d59e9d409.tar.gz
guix-6ca3218812c9bce3879eb11b4936f05d59e9d409.zip
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.
-rw-r--r--gnu/packages/kde-frameworks.scm13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3a6c9f6b14..f31e1432a2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -805,19 +805,6 @@ or user activity.")
("qtsvg" ,qtsvg)
;; Run-time dependency
("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")
(synopsis "QtQuick components for mobile user interfaces")
(description "Kirigami is a set of high level QtQuick components looking
emon.1....Marius Bakke 2020-04-23build: Don't build man pages when cross-compiling....Ludovic Courtès 2020-04-23doc: Build more man pages....Ludovic Courtès 2020-04-16doc: Document building and installing from JSON files....Ricardo Wurmus 2020-02-17doc: Add German Cookbook translation....Florian Pelz 2019-09-24Merge branch 'master' into core-updatesLudovic Courtès 2019-09-18doc: Add Guix Cookbook....Ricardo Wurmus 2019-05-25Merge branch 'staging' into core-updatesMarius Bakke 2019-05-13doc: Add Russian translation....Ludovic Courtès 2019-05-04doc: Warn about missing entries in htmlxref.cnf....Ludovic Courtès 2019-05-01Merge branch 'master' into core-updatesMarius Bakke 2019-04-24doc: Add Simplified Chinese translation....Ludovic Courtès 2019-04-23doc: Add Spanish translation....Miguel Ángel Arruga Vivas 2019-03-14Merge branch 'staging' into core-updatesMarius Bakke 2019-03-13doc: Document the graphical installer some more....Ludovic Courtès