mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: knewstuff: Fix build.
* gnu/packages/kde-frameworks.scm (knewstuff)[arguments]<#:test-exclude>: Add failing test. Change-Id: Icc33ab414326724d5b33f69f7af8a1df53d85da4
This commit is contained in:
parent
278a47d904
commit
464ba5312d
1 changed files with 4 additions and 1 deletions
|
@ -4184,7 +4184,10 @@ KIO enabled infrastructure.")
|
|||
qtdeclarative
|
||||
syndication))
|
||||
(arguments
|
||||
(list #:phases
|
||||
(list ;; This failing test is run by the cmake-build-system phases but not
|
||||
;; by the gnu-build-system phases.
|
||||
#:test-exclude "knewstuff-atticaprovidertest"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'check 'check-setup
|
||||
(lambda _ ; XDG_DATA_DIRS isn't set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue