guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: grantleetheme: Skip tests.


From: guix-commits
Subject: 03/03: gnu: grantleetheme: Skip tests.
Date: Tue, 29 Dec 2020 09:44:45 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit afa493c4c7ef307455b16b52a87d180f0c4a8c6b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 29 16:32:27 2020 +0200

    gnu: grantleetheme: Skip tests.
    
    * gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.
---
 gnu/packages/kde.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 80a3ca7..f60fb29 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -125,6 +125,7 @@ This package contains GUI widgets for baloo.")
         (base32 "0gabc5cb0sf00s7m5v2jnq55qsrdbrq6nqd15y1i15p788zifsjx"))
        (patches (search-patches "grantlee-merge-theme-dirs.patch"))))
     (build-system qt-build-system)
+    (arguments `(#:tests? #f))  ; unexpected error in the test suite.
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)
        ("libxml2" ,libxml2))) ;; xmllint required for tests



reply via email to

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