diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-01-02 02:23:25 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-01-17 00:19:33 +0100 |
commit | 048c557d661d75db632369a09e1349ce0f3eaa9b (patch) | |
tree | 2db5581f048b02bd01ed30bf567f099a918923e1 /gnu/packages/kde-frameworks.scm | |
parent | 8c81e9f2db8fe25f2ba65d0f1f0ba34a6cc7b5e6 (diff) | |
download | guix-048c557d661d75db632369a09e1349ce0f3eaa9b.tar guix-048c557d661d75db632369a09e1349ce0f3eaa9b.tar.gz |
gnu: kemoticons: Enable test-suite.
Without anything changed the test-suite now passes, thus can be enabled.
* gnu/package/kde-frameworks.scm(kemoticons)[arguments]<#:tests?>: Remove.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index d7120434f4..5b224a14ec 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2424,8 +2424,7 @@ engine WebKit via QtWebKit.") ("kcoreaddons" ,kcoreaddons) ("qtbase" ,qtbase))) (arguments - `(#:tests? #f ; FIXME: 2/2 tests fail. - #:phases + `(#:phases (modify-phases %standard-phases (add-before 'check 'check-setup (lambda _ |