me
/
guix
Archived
1
0
Fork 0

gnu: libfido2: Use new style for inputs.

* gnu/packages/security-token.scm (libfido2)[inputs]: Use new style.
Sort alphabetically.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Sébastien Lerique 2022-03-27 22:00:03 +09:00 committed by Efraim Flashner
parent 4cfc1c433d
commit 89f3275ff5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 5 deletions

View File

@ -903,11 +903,7 @@ phone is required.")
(file-name (git-file-name name version))
(sha256 (base32 "12zy4cnlcffcb64lsx8198y09j1dwi0bcn9rr82q6i1k950yzd3p"))))
(native-inputs (list pkg-config))
(inputs
`(("zlib" ,zlib)
("udev" ,eudev)
("libcbor" ,libcbor)
("openssl" ,openssl)))
(inputs (list eudev libcbor openssl zlib))
(build-system cmake-build-system)
(arguments
'(#:phases