mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: oath-toolkit: Update to 2.6.11.
* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.11. [arguments]: Don't explicitly return #t from phases. Change-Id: I3cc1455690ed6a2bd8dc43c2b18fa60fcb4443a9
This commit is contained in:
parent
fce8030058
commit
227ada1977
1 changed files with 3 additions and 4 deletions
|
@ -62,14 +62,14 @@ (define-public libcotp
|
|||
(define-public oath-toolkit
|
||||
(package
|
||||
(name "oath-toolkit")
|
||||
(version "2.6.9")
|
||||
(version "2.6.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.savannah.nongnu.org/releases/"
|
||||
name "/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11g9r1avl3d2nnkglk0g7d6z6gs5padk75xqzvbxp9pir0qwhfik"))))
|
||||
(base32 "1d1c3r1jhd72l5ppsfa9wvvm8kffzs4k2v2qn0xc9x26bd52llgw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; TODO ‘--enable-pskc’ causes xmlsec-related test suite failures.
|
||||
|
@ -83,8 +83,7 @@ (define-public oath-toolkit
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(lib (string-append out "/lib")))
|
||||
(for-each delete-file (find-files lib "\\.a$"))
|
||||
#t))))))
|
||||
(for-each delete-file (find-files lib "\\.a$"))))))))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
;; XXX: Perhaps this should be propagated from xmlsec.
|
||||
|
|
Loading…
Reference in a new issue