guix-commits
[Top][All Lists]
Advanced

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

154/154: gnu: Remove rust-xshell-macros-0.1.


From: guix-commits
Subject: 154/154: gnu: Remove rust-xshell-macros-0.1.
Date: Mon, 22 Jan 2024 15:37:22 -0500 (EST)

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

commit 23a985d6061adf30a660c281fdb32d2e5cdec269
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 22:31:44 2024 +0200

    gnu: Remove rust-xshell-macros-0.1.
    
    * gnu/packages/crates-io.scm (rust-xshell-macros-0.1): Delete variable.
    
    Change-Id: I297306d75409ac497d7da4782869e9e9fbe4894e
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4902408e88..2288cc6c4b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -76853,28 +76853,6 @@ file into an in-memory tree structure.")
        (("rust-indexmap" ,rust-indexmap-1)
         ("rust-xml-rs" ,rust-xml-rs-0.7))))))
 
-(define-public rust-xshell-macros-0.1
-  (package
-    (name "rust-xshell-macros")
-    (version "0.1.13")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "xshell-macros" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "0lkym5kfq446xymimxr226kppr3ynpi9n8iif32vrfbm5i5djzng"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/matklad/xshell";)
-    (synopsis
-     "Private implementation detail of xshell crate")
-    (description
-     "This package provide a private implementation detail of xshell crate.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-xxhash-rust-0.8
   (package
     (name "rust-xxhash-rust")



reply via email to

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