mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Remove rust-read-color-1.
* gnu/packages/crates-io.scm (rust-read-color-1): Delete variable.
This commit is contained in:
parent
dbf5817a29
commit
e75d93f47d
1 changed files with 0 additions and 23 deletions
|
@ -45610,29 +45610,6 @@ (define-public rust-rdrand-0.4
|
|||
@code{rdrand} and @code{rdseed} instructions")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public rust-read-color-1
|
||||
(package
|
||||
(name "rust-read-color")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "read_color" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1np0pk31ak7hni4hri3m75mbf8py1wdfjshmrj5krbd4p9c8hk4z"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page
|
||||
"https://github.com/pistondevelopers/read_color")
|
||||
(synopsis
|
||||
"Simple library for reading hex colors")
|
||||
(description
|
||||
"This package provides a simple library for reading hex colors")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-readkey-0.1
|
||||
(package
|
||||
(name "rust-readkey")
|
||||
|
|
Loading…
Reference in a new issue