mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove rust-envmnt-0.6.
* gnu/packages/crates-io.scm (rust-envmnt-0.6): Delete variable.
This commit is contained in:
parent
ec5e854147
commit
28f8db03c7
1 changed files with 0 additions and 24 deletions
|
@ -20987,30 +20987,6 @@ (define-public rust-environment-0.1
|
|||
variables.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-envmnt-0.6
|
||||
(package
|
||||
(name "rust-envmnt")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "envmnt" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12zkq3p999bypyxmjnpiqw9r3hmifb3bcikd7j3as1fdcbq01fyl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-indexmap" ,rust-indexmap-1))))
|
||||
(home-page "https://github.com/sagiegurari/envmnt")
|
||||
(synopsis "Environment variables utility functions")
|
||||
(description
|
||||
"Environment variables utility functions.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-envy-0.4
|
||||
(package
|
||||
(name "rust-envy")
|
||||
|
|
Loading…
Reference in a new issue