guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65/154: gnu: Remove rust-canonical-path-2.


From: guix-commits
Subject: 65/154: gnu: Remove rust-canonical-path-2.
Date: Mon, 22 Jan 2024 15:36:44 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 0796ce8deb5797d58bc66dede1aa32edaa2e7d2a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:33:43 2024 +0200

    gnu: Remove rust-canonical-path-2.
    
    * gnu/packages/crates-io.scm (rust-canonical-path-2): Delete variable.
    
    Change-Id: I6289817a5a0ae7665d94f574ae642a54164c13d1
---
 gnu/packages/crates-io.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5606e01380..8ca15b1645 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8613,27 +8613,6 @@ spreadsheet file.")
     (description "This package provides a UTF-8 paths.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-canonical-path-2
-  (package
-    (name "rust-canonical-path")
-    (version "2.0.2")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "canonical-path" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "0vvsjda6ka5nz8zvx6r08zqi0j59sjccgcbjxj96xj764w9y1sg6"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t))
-    (home-page "https://github.com/iqlusioninc/crates/";)
-    (synopsis "Path and PathBuf-like types for canonical filesystem paths")
-    (description
-     "This package provides Path and PathBuf-like types for representing
-canonical filesystem paths.")
-    (license license:asl2.0)))
-
 (define-public rust-cap-0.1
   (package
     (name "rust-cap")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]