guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: baloo: Fix build.


From: guix-commits
Subject: 01/01: gnu: baloo: Fix build.
Date: Sun, 23 Dec 2018 17:43:33 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 450226ebc1b2611ff62469d314e7ca2973bbf131
Author: Hartmut Goebel <address@hidden>
Date:   Sun Dec 23 23:01:55 2018 +0100

    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'.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f5a084a..bc28511 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2003,7 +2003,8 @@ gallons).")
            ;; 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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]