diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-22 12:58:14 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-22 12:58:42 +0200 |
commit | 12a9f7be541a3483c5d173bd37d409f7fab2f442 (patch) | |
tree | 2c75052892aa3e8ee286a6be190a2a567e1f5d5b /gnu/packages/kde-frameworks.scm | |
parent | ed26b3a80736a84568fec3d7594d6b766efa4acd (diff) | |
download | guix-12a9f7be541a3483c5d173bd37d409f7fab2f442.tar guix-12a9f7be541a3483c5d173bd37d409f7fab2f442.tar.gz |
gnu: kservice: Fix comment (number of failing tests).
* gnu/packages/kde-frameweorks.scm(kservice): Fix comment.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 5fdf3bc9e9..6a46f28684 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2780,7 +2780,7 @@ typed.") ("ki18n" ,ki18n) ("qtbase" ,qtbase))) (arguments - `(#:tests? #f ; FIXME: 8/10 tests fail. + `(#:tests? #f ; FIXME: 6/10 tests fail. #:phases (modify-phases %standard-phases (add-before 'check 'check-setup |