mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: kservice: Fix comment (number of failing tests).
* gnu/packages/kde-frameweorks.scm(kservice): Fix comment.
This commit is contained in:
parent
ed26b3a807
commit
12a9f7be54
1 changed files with 1 additions and 1 deletions
|
@ -2780,7 +2780,7 @@ (define-public kservice
|
||||||
("ki18n" ,ki18n)
|
("ki18n" ,ki18n)
|
||||||
("qtbase" ,qtbase)))
|
("qtbase" ,qtbase)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; FIXME: 8/10 tests fail.
|
`(#:tests? #f ; FIXME: 6/10 tests fail.
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'check-setup
|
(add-before 'check 'check-setup
|
||||||
|
|
Loading…
Reference in a new issue