mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Remove rust-palette-derive-0.5.
* gnu/packages/crates-io.scm (rust-palette-derive-0.5): Delete variable.
This commit is contained in:
parent
4836498c64
commit
77359ddf0e
1 changed files with 0 additions and 26 deletions
|
@ -38317,32 +38317,6 @@ (define-public rust-pager-0.15
|
||||||
"This package pipes your Rust output through an external pager.")
|
"This package pipes your Rust output through an external pager.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-palette-derive-0.5
|
|
||||||
(package
|
|
||||||
(name "rust-palette-derive")
|
|
||||||
(version "0.5.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "palette_derive" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1x5icddb877923rpl27bg4cjsf1x0d3layxmgwa3mpb01rh5yjqb"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
|
||||||
("rust-syn" ,rust-syn-1)
|
|
||||||
("rust-quote" ,rust-quote-1))))
|
|
||||||
(home-page "https://github.com/Ogeon/palette")
|
|
||||||
(synopsis "Automatically implement traits from the palette crate")
|
|
||||||
(description
|
|
||||||
"Automatically implement traits from the palette crate.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-pancurses-0.16
|
(define-public rust-pancurses-0.16
|
||||||
(package
|
(package
|
||||||
(name "rust-pancurses")
|
(name "rust-pancurses")
|
||||||
|
|
Loading…
Reference in a new issue