mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: kdelibs4support: Enable passing test.
* gnu/packages/kde-frameworks.scm (kdelibs4support): Enable passing test. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
fa2969388c
commit
4efbd33f0f
1 changed files with 1 additions and 2 deletions
|
@ -3581,9 +3581,8 @@ (define-public kdelibs4support
|
|||
(with-output-to-file "autotests/BLACKLIST"
|
||||
(lambda _
|
||||
(display "[testSmb]\n*\n")))
|
||||
;; kuniqueapptest hangs. FIXME: Make this test pass.
|
||||
(invoke "dbus-launch" "ctest"
|
||||
"-E" "kstandarddirstest|kuniqueapptest"))))))
|
||||
"-E" "kstandarddirstest"))))))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue