mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: baloo: Fix build.
The substitute for removing a failing test did no longer work since the way the test is included changed in v5.45.0: Formerly the test has listed, now there is a separate statement for this test. * gnu/package/kde-frameworks.scm((baloo)[arguments]<#phases>: Change substitute in phase 'remove-failing-test'.
This commit is contained in:
parent
8f2253af7d
commit
450226ebc1
1 changed files with 2 additions and 1 deletions
|
@ -2003,7 +2003,8 @@ (define-public baloo
|
|||
;; This test fails on i686 and aarch64
|
||||
(lambda _
|
||||
(substitute* "autotests/unit/file/CMakeLists.txt"
|
||||
(("metadatamovertest") ""))
|
||||
(("^\\s*ecm_add_test\\(.* TEST_NAME metadatamovertest .*" line)
|
||||
(string-append "# " line)))
|
||||
#t))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue