mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ksystemstats: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (ksystemstats): Update to 6.1.2. [arguments]: Set #:qtbase to qtbase. Change-Id: I7e8d0ee79dbc2499ef4d19a06cddbffb71736a33
This commit is contained in:
parent
ef615567ac
commit
696eefde86
1 changed files with 4 additions and 3 deletions
|
@ -923,7 +923,7 @@ (define-public ksshaskpass
|
|||
(define-public ksystemstats
|
||||
(package
|
||||
(name "ksystemstats")
|
||||
(version "5.27.7")
|
||||
(version "6.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -931,10 +931,11 @@ (define-public ksystemstats
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fx5b566xx32q7gxi8qnnx6vny7ip5r65zi2znnx3azmwsc8jgvw"))))
|
||||
"0fv96n03j6q2ainhw922abwwq1qrc8djqwk2cg6cjlnlkvvx9m1i"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
(list #:qtbase qtbase
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
|
|
Loading…
Reference in a new issue