@@ 46078,11 46078,9 @@ communication with Nitrokey devices.")
"197j9r2s4ydzbqfydza6v31mgcsgd29jpidz4psqawjdm49f8lg6"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t ; Wants an older version of rust-nitrokey.
- #:cargo-inputs
- (("rust-proc-macro2" ,rust-proc-macro2-1)
- ("quote" ,rust-quote-1)
- ("syn" ,rust-syn-1))))
+ (list #:skip-build? #t ; Wants an older version of rust-nitrokey.
+ #:cargo-inputs
+ (list rust-proc-macro2-1 rust-quote-1 rust-syn-1)))
(home-page "https://github.com/d-e-s-o/nitrokey-test")
(synopsis "Supporting test infrastructure for the nitrokey crate")
(description