guix-patches
[Top][All Lists]
Advanced

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

[bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from che


From: Zheng Junjie
Subject: [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install.
Date: Sat, 06 Apr 2024 10:34:36 +0800
User-agent: mu4e 1.10.8; emacs 30.0.50

Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/kde-frameworks.scm (kdelibs4support):
> [arguments]<#:phases>: In check-post-install phase, exclude
> kmimetypetest.
>
> Change-Id: I7af5d39c7eef56441ba837b87a5ed5d4c0c449d6
> ---
>  gnu/packages/kde-frameworks.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
> index f487ac9a30..37f7cbbeb6 100644
> --- a/gnu/packages/kde-frameworks.scm
> +++ b/gnu/packages/kde-frameworks.scm
> @@ -3756,7 +3756,7 @@ (define-public kdelibs4support
>                 (lambda _
>                   (display "[testSmb]\n*\n")))
>               (invoke "dbus-launch" "ctest"
> -                     "-E" "kstandarddirstest"))))))
> +                     "-E" "(kstandarddirstest|kmimetypetest)"))))))
>      (home-page "https://community.kde.org/Frameworks";)
>      (synopsis "KDE Frameworks 5 porting aid from KDELibs4")
>      (description "This framework provides code and utilities to ease the
>
> base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b

If you add the comment about https://bugs.kde.org/464857 is better.

Attachment: signature.asc
Description: PGP signature


reply via email to

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