guix-commits
[Top][All Lists]
Advanced

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

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


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

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

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

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 971d1320fb..4902408e88 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -76875,31 +76875,6 @@ file into an in-memory tree structure.")
      "This package provide a private implementation detail of xshell crate.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-xshell-0.1
-  (package
-    (name "rust-xshell")
-    (version "0.1.13")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "xshell" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1iilg7cjgz3342f3na500dp3c371jk198qh053kfy57b84dvn5gb"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-xshell-macros" ,rust-xshell-macros-0.1))))
-    (home-page "https://github.com/matklad/xshell";)
-    (synopsis
-     "Utilities for quick shell scripting in Rust")
-    (description
-     "This package provide a utilities for quick shell scripting in Rust.")
-    (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]