mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-rspec-1: Remove dependency on clippy.
* gnu/packages/crates-io.scm (rust-rspec-1)[source]: Add patch. [cargo-inputs]: Remove rust-clippy-0.0.153. * gnu/packages/patches/rust-rspec-1-remove-clippy.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Ia6cc5e2fa798986b93ccba5f8907de79676fd1b0
This commit is contained in:
parent
5d205402d9
commit
27f4d9a2c0
3 changed files with 20 additions and 3 deletions
16
gnu/packages/patches/rust-rspec-1-remove-clippy.patch
Normal file
16
gnu/packages/patches/rust-rspec-1-remove-clippy.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
Remove the dependency on clippy
|
||||
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 177cb80..7260c34 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -39,9 +39,6 @@ version = "1.5"
|
||||
|
||||
[dependencies.time]
|
||||
version = "0.2"
|
||||
-[build-dependencies.clippy]
|
||||
-version = "0.0.153"
|
||||
-optional = true
|
||||
|
||||
[features]
|
||||
default = []
|
Loading…
Add table
Add a link
Reference in a new issue