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:
Efraim Flashner 2023-12-27 10:54:32 +02:00
parent 5d205402d9
commit 27f4d9a2c0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 20 additions and 3 deletions

View 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 = []