mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: kwrited: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (kwrited): Update to 6.1.2. [arguments]: Set #:qtbase with qtbase. Change-Id: Ie6827e9223a6d2ad295830fff1a33b38e20fbcd0
This commit is contained in:
parent
08c5888183
commit
2ad97bc10b
1 changed files with 3 additions and 2 deletions
|
@ -1367,7 +1367,7 @@ (define-public kwin
|
||||||
(define-public kwrited
|
(define-public kwrited
|
||||||
(package
|
(package
|
||||||
(name "kwrited")
|
(name "kwrited")
|
||||||
(version "5.27.7")
|
(version "6.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -1375,10 +1375,11 @@ (define-public kwrited
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a4g05ynblbz0j0lqclxf6628x6wcd3b52l0smic3rdvbis43v0n"))))
|
"1h8njjh277jk66r4bm913m953irgdy3126gsamnjzjkrd13qlr45"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kcoreaddons ki18n kpty knotifications))
|
(inputs (list kcoreaddons ki18n kpty knotifications))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://invent.kde.org/plasma/kwrited")
|
(home-page "https://invent.kde.org/plasma/kwrited")
|
||||||
(synopsis "System notification daemon")
|
(synopsis "System notification daemon")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue