efraim pushed a commit to branch rust-team in repository guix. commit d13162b810438b608f2bbdc6cbf2760e804eb2e9 Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Tue Dec 31 19:05:08 2024 +0200
gnu: Remove rust-common-path-1. * gnu/packages/crates-io.scm (rust-common-path-1): Delete variable. Change-Id: I7e6e2981c2040b08a8ed887d776969e87a1fbb17 --- gnu/packages/crates-io.scm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 9e806bcb4c..594839e5ad 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -14588,25 +14588,6 @@ process group.") ("rust-winapi" ,rust-winapi-0.3)) #:cargo-development-inputs (("rust-tokio" ,rust-tokio-1)))))) -(define-public rust-common-path-1 - (package - (name "rust-common-path") - (version "1.0.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "common-path" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "00firjly5xpb5hhmivnnhwakr1cwbqv8ckzyj0vbxczl89czg0i3")))) - (build-system cargo-build-system) - (arguments `(#:skip-build? #t)) - (home-page "https://gitlab.com/pwoolcoc/common-path") - (synopsis "Find the common prefix between a set of paths") - (description - "Common path finds the common prefix between a set of paths.") - (license (list license:expat license:asl2.0)))) - (define-public rust-compact-str-0.8 (package (name "rust-compact-str")