Archived
1
0
Fork 0

gnu: kwallet-pam: Update to 6.1.2.

* gnu/packages/kde-plasma.scm (kwallet-pam): Update to 6.1.2.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Ibd48732c0ef05978a5edc4bbf1dc0458a7cef0cf
This commit is contained in:
Zheng Junjie 2024-07-06 12:38:26 +08:00
parent 12665349f2
commit 2160af9039
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1132,7 +1132,7 @@ with a ksysguardd daemon, which may also run on a remote system.")
(define-public kwallet-pam
(package
(name "kwallet-pam")
(version "5.27.7")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -1140,10 +1140,12 @@ with a ksysguardd daemon, which may also run on a remote system.")
".tar.xz"))
(sha256
(base32
"1ac0hqpzqivg40jq7pfr2s1zydl600a3nyzfv97wc20i9myzafrb"))))
"1d7b192rislaljz7j8wpjzw529a9hy94pzr063nnlz982251nm77"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f)) ;no tests
(list
#:qtbase qtbase
#:tests? #f)) ;no tests
(native-inputs (list extra-cmake-modules pkg-config))
(inputs (list linux-pam kwallet libgcrypt socat))
(synopsis "PAM Integration with KWallet")