Browse Source
gnu: libksysguard: Use INVOKE.
* gnu/packages/kde.scm (libksysguard)[arguments]: Use INVOKE in "check" phase.
wip-deploy2
Ricardo Wurmus
3 years ago
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with
1 additions and
1 deletions
-
gnu/packages/kde.scm
|
|
@ -571,7 +571,7 @@ basic needs and easy to configure for those who want special setups.") |
|
|
|
(replace 'check |
|
|
|
(lambda _ |
|
|
|
;; TODO: Fix this failing test-case |
|
|
|
(zero? (system* "ctest" "-E" "processtest"))))))) |
|
|
|
(invoke "ctest" "-E" "processtest")))))) |
|
|
|
(home-page "https://www.kde.org/info/plasma-5.13.4.php") |
|
|
|
(synopsis "Network enabled task and system monitoring") |
|
|
|
(description "KSysGuard can obtain information on system load and |
|
|
|