me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 5 additions and 1 deletions

View File

@ -67582,7 +67582,11 @@ struct.")
(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