mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-codepage-0.1: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-codepage-0.1): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: Icc05b2fb4c8caa08e3c7620270164638e2242517
This commit is contained in:
parent
fc5de28e86
commit
f5128a6f50
2 changed files with 23 additions and 23 deletions
|
@ -12522,29 +12522,6 @@ (define-public rust-codegenrs-2
|
|||
(description "Moving code-gen our of build.rs")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-codepage-0.1
|
||||
(package
|
||||
(name "rust-codepage")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "codepage" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1sdxp0f8dy2rscln646326lny9i0jm7ncgyp4yncdwndq0i943lb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-encoding-rs" ,rust-encoding-rs-0.8))))
|
||||
(home-page "https://docs.rs/codepage/")
|
||||
(synopsis "Mapping between Windows code page and @code{encoding_rs}")
|
||||
(description
|
||||
"This package provides mapping between Windows code page numbers and
|
||||
@code{encoding_rs} character encodings.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-codespan-reporting-0.11
|
||||
(package
|
||||
(name "rust-codespan-reporting")
|
||||
|
|
|
@ -138,6 +138,29 @@ (define-public rust-clipboard-win-3
|
|||
(("rust-lazy-bytes-cast" ,rust-lazy-bytes-cast-5)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-codepage-0.1
|
||||
(package
|
||||
(name "rust-codepage")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "codepage" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1sdxp0f8dy2rscln646326lny9i0jm7ncgyp4yncdwndq0i943lb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-encoding-rs" ,rust-encoding-rs-0.8))))
|
||||
(home-page "https://docs.rs/codepage/")
|
||||
(synopsis "Mapping between Windows code page and @code{encoding_rs}")
|
||||
(description
|
||||
"This package provides mapping between Windows code page numbers and
|
||||
@code{encoding_rs} character encodings.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-conpty-0.5
|
||||
(package
|
||||
(name "rust-conpty")
|
||||
|
|
Loading…
Reference in a new issue