gnu: knewstuff: Enable test-suite.
Without anything changed the test-suite now passes, thus can be enabled. * gnu/package/kde-frameworks.scm(knewstuff)[arguments]<#:tests?>: Remove.
This commit is contained in:
parent
048c557d66
commit
e11553f742
|
@ -2732,8 +2732,7 @@ KIO enabled infrastructure.")
|
||||||
("solid" ,solid)
|
("solid" ,solid)
|
||||||
("sonnet" ,sonnet)))
|
("sonnet" ,sonnet)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; FIXME: 1/3 tests fail.
|
`(#:phases
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'check-setup
|
(add-before 'check 'check-setup
|
||||||
(lambda _ ; XDG_DATA_DIRS isn't set
|
(lambda _ ; XDG_DATA_DIRS isn't set
|
||||||
|
|
Loading…
Reference in New Issue