mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
add libcbor (dependancy for fido2)
This commit is contained in:
parent
815306c3e6
commit
dd7b1a2496
1 changed files with 25 additions and 0 deletions
|
@ -1004,4 +1004,29 @@ in the @code{debug} output), and binutils.")))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
(define-public glicid-libcbor
|
||||||
|
(package
|
||||||
|
(name "glicid-libcbor")
|
||||||
|
(version "0.8.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"http://github.com/PJK/libcbor/archive/refs/tags/v" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"12vw46ahhsc3ydnivkv5lvk1cn4sjjmcr639cjcl99d4dqb9g031"))
|
||||||
|
|
||||||
|
))
|
||||||
|
(build-system cmake-build-system)
|
||||||
|
(synopsis "libcbor")
|
||||||
|
(description "Todo")
|
||||||
|
(home-page "toto")
|
||||||
|
(license license:gpl2+)
|
||||||
|
|
||||||
|
|
||||||
|
))
|
||||||
|
|
||||||
|
|
||||||
;;; glicid.scm ends here
|
;;; glicid.scm ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue