~ruther/guix-local

fea302699fbed4134f059ab1731294540219017e — Herman Rimm 1 year, 1 month ago fd0e15e
gnu: rust-nitrokey-test-0.5: Remove cargo-inputs labels.

* gnu/packages/crates-io.scm (rust-nitrokey-test-0.5)[cargo-inputs]
Remove labels.

Change-Id: Iddfdfff44d728763e55da60ed5c7c8de4c790b37
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
1 files changed, 3 insertions(+), 5 deletions(-)

M gnu/packages/crates-io.scm
M gnu/packages/crates-io.scm => gnu/packages/crates-io.scm +3 -5
@@ 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