gnu: rust-structopt-0.2: Don't rely on deprecated features.

* gnu/packages/crates-io.scm (rust-structopt-0.2)[source]: Add snippet
to remove 'lints' feature from dependencies.
This commit is contained in:
Efraim Flashner 2023-10-09 15:40:11 +03:00
parent f5adeabdf6
commit 89a770470e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -67582,7 +67582,11 @@ (define-public rust-structopt-0.2
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1mvfv1l8vp3y402fkl2wcl34hi7gmr4bqha13dfz2xf3kjzwvhhn"))))
"1mvfv1l8vp3y402fkl2wcl34hi7gmr4bqha13dfz2xf3kjzwvhhn"))
(snippet
#~(begin (use-modules (guix build utils))
(substitute* "Cargo.toml"
((".*lints.*") ""))))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f