mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01: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 @@ UTF-32 types are provided, including support for malformed encoding.")
|
||||||
command-line, uniformly on all platforms")
|
command-line, uniformly on all platforms")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(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
|
(define-public rust-winnow-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-winnow")
|
(name "rust-winnow")
|
||||||
|
|
|
@ -846,6 +846,48 @@ x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
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
|
(define-public rust-windows-0.48
|
||||||
(package
|
(package
|
||||||
(name "rust-windows")
|
(name "rust-windows")
|
||||||
|
|
Loading…
Add table
Reference in a new issue