gnu: kdelibs4support: Use INVOKE.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[arguments]: Use INVOKE in "check" phase.
This commit is contained in:
parent
0071676a09
commit
f3b9a85829
|
@ -3537,8 +3537,8 @@ workspace.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(display "[testSmb]\n*\n")))
|
(display "[testSmb]\n*\n")))
|
||||||
;; kuniqueapptest hangs. FIXME: Make this test pass.
|
;; kuniqueapptest hangs. FIXME: Make this test pass.
|
||||||
(zero? (system* "dbus-launch" "ctest" "."
|
(invoke "dbus-launch" "ctest" "."
|
||||||
"-E" "kstandarddirstest|kuniqueapptest")))))))
|
"-E" "kstandarddirstest|kuniqueapptest"))))))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "KDE Frameworks 5 porting aid from KDELibs4")
|
(synopsis "KDE Frameworks 5 porting aid from KDELibs4")
|
||||||
(description "This framework provides code and utilities to ease the
|
(description "This framework provides code and utilities to ease the
|
||||||
|
|
Loading…
Reference in New Issue