z572 pushed a commit to branch kde-team
in repository guix.

commit c15b33a1ebd00ab382984a27897738119594fbae
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Aug 9 23:33:49 2024 +0800

    gnu: discover: Update to 6.1.4.
    
    * gnu/packages/kde-plasma.scm (discover): Update to 6.1.4.
    [arguments]<#:phases>: Adjust check phase.
    
    Change-Id: I804be318bb1662b35dd1aeea1ab2bbbf8ad41f8b
---
 gnu/packages/kde-plasma.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 512cdb6e94..4cdd0effa4 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -242,7 +242,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
 (define-public discover
   (package
     (name "discover")
-    (version "6.1.3")
+    (version "6.1.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -254,7 +254,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "10sii3wsb0afi9p7ac9v0wkhnc4sv9wbw2ysinyalw4hrggrg8j5"))))
+                "116jarhrxxygl84k6ygwhp12fl0wnnz06pr42hk3mqgb1fckxrv4"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
@@ -267,6 +267,9 @@ Breeze is the default theme for the KDE Plasma desktop.")
                (replace 'check
                  (lambda* (#:key tests? #:allow-other-keys)
                    (when tests?
+                     (setenv "XDG_DATA_DIRS"
+                             (string-append (getcwd)
+                                            ":" (getenv "XDG_DATA_DIRS")))
                      (invoke "ctest" "-E" "knsbackendtest")))))))
     (native-inputs (list extra-cmake-modules pkg-config))
     (inputs (list appstream-qt6

Reply via email to