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
parent
4cfc1c433d
commit
89f3275ff5
|
@ -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
|
||||
|
|
Reference in New Issue