~ruther/guix-local

227ada19779590d58057d371e71a623ef28ef073 — Tobias Geerinckx-Rice 1 year, 9 months ago fce8030
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
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/authentication.scm
M gnu/packages/authentication.scm => gnu/packages/authentication.scm +3 -4
@@ 62,14 62,14 @@
(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 @@
           (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.