mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
f5adeabdf6
commit
89a770470e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue