guix-commits
[Top][All Lists]
Advanced

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

154/193: gnu: Remove rust-starship-module-config-derive-0.2.


From: guix-commits
Subject: 154/193: gnu: Remove rust-starship-module-config-derive-0.2.
Date: Mon, 24 Oct 2022 03:52:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8bf35a98236439f4967de56a5cb832ba534668a9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:55:21 2022 +0300

    gnu: Remove rust-starship-module-config-derive-0.2.
    
    * gnu/packages/crates-io.scm (rust-starship-module-config-derive-0.2): 
Delete variable.
---
 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 d2a96977f7..11b3d13a75 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57188,31 +57188,6 @@ deeply recursive algorithms that may accidentally blow 
the stack.")
     (description "New standard library, old compiler.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-starship-module-config-derive-0.2
-  (package
-    (name "rust-starship-module-config-derive")
-    (version "0.2.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "starship_module_config_derive" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "09327jvaf2b4xwg0s8l3afrrg140illa0ff6wkwfi4i8pl7dpacp"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-proc-macro2" ,rust-proc-macro2-1)
-        ("rust-quote" ,rust-quote-1)
-        ("rust-syn" ,rust-syn-1))))
-    (home-page "https://starship.rs";)
-    (synopsis "Minimal, fast and customizable prompt for any shell")
-    (description
-     "This crate provides a minimal, fast, and customizable prompt for any
-shell.")
-    (license license:isc)))
-
 (define-public rust-state-0.4
   (package
     (name "rust-state")



reply via email to

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