mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-wincolor: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-wincolor-1, rust-wincolor-0.1): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: I08b132c77005da87116330d9e9b019d233505c7f
This commit is contained in:
parent
3247e87125
commit
2cce2f8f4f
2 changed files with 42 additions and 42 deletions
|
@ -82423,48 +82423,6 @@ (define-public rust-wild-2
|
|||
command-line, uniformly on all platforms")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-wincolor-1
|
||||
(package
|
||||
(name "rust-wincolor")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wincolor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"017x33ljndwc76cp5z9llgndn0nh7v8jcjaykbizkawmwy9n3pyp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3)
|
||||
("rust-winapi-util" ,rust-winapi-util-0.1))))
|
||||
(home-page "https://github.com/BurntSushi/termcolor/tree/master/wincolor")
|
||||
(synopsis "Windows API for controlling text color in a Windows console")
|
||||
(description
|
||||
"This package provides a simple Windows specific API for controlling text
|
||||
color in a Windows console.")
|
||||
(license (list license:unlicense
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-wincolor-0.1
|
||||
(package
|
||||
(inherit rust-wincolor-1)
|
||||
(name "rust-wincolor")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wincolor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rvpvv26a8c4dla5i5hsxlkvjcjjbl0dylhhg4147m54lfcn9c7f"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-winnow-0.5
|
||||
(package
|
||||
(name "rust-winnow")
|
||||
|
|
|
@ -846,6 +846,48 @@ (define-public rust-winapi-x86-64-pc-windows-gnu-0.4
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-wincolor-1
|
||||
(package
|
||||
(name "rust-wincolor")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wincolor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"017x33ljndwc76cp5z9llgndn0nh7v8jcjaykbizkawmwy9n3pyp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3)
|
||||
("rust-winapi-util" ,rust-winapi-util-0.1))))
|
||||
(home-page "https://github.com/BurntSushi/termcolor/tree/master/wincolor")
|
||||
(synopsis "Windows API for controlling text color in a Windows console")
|
||||
(description
|
||||
"This package provides a simple Windows specific API for controlling text
|
||||
color in a Windows console.")
|
||||
(license (list license:unlicense
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-wincolor-0.1
|
||||
(package
|
||||
(inherit rust-wincolor-1)
|
||||
(name "rust-wincolor")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "wincolor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rvpvv26a8c4dla5i5hsxlkvjcjjbl0dylhhg4147m54lfcn9c7f"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-windows-0.48
|
||||
(package
|
||||
(name "rust-windows")
|
||||
|
|
Loading…
Reference in a new issue