me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-starship-module-config-derive-0.2.

* gnu/packages/crates-io.scm (rust-starship-module-config-derive-0.2): Delete variable.
Efraim Flashner 2022-10-18 22:55:21 +03:00
parent 9ef79c14ef
commit 8bf35a9823
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 25 deletions

View File

@ -57188,31 +57188,6 @@ deeply recursive algorithms that may accidentally blow the stack.")
(description "New standard library, old compiler.") (description "New standard library, old compiler.")
(license (list license:expat license:asl2.0)))) (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 (define-public rust-state-0.4
(package (package
(name "rust-state") (name "rust-state")