mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: rust-conpty-0.5: Move to (gnu packages crates-windows).
* gnu/packages/crates-io.scm (rust-conpty-0.5): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: Ief3f25ed5eb8cfcaaf2a78445f24e17fe2f8a4b2
This commit is contained in:
parent
4ded52a850
commit
8b379ea6ca
2 changed files with 24 additions and 24 deletions
|
@ -13154,30 +13154,6 @@ stores strings on the stack, when possible.")
|
|||
minutes, seconds.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-conpty-0.5
|
||||
(package
|
||||
(name "rust-conpty")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "conpty" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1nmkhiysnssvbi4kqaq8cybb0ffngbl64kfpk8s86ihdg940caxp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t ; Specifically for Windows.
|
||||
#:cargo-inputs
|
||||
(("rust-windows" ,rust-windows-0.44))
|
||||
#:cargo-development-inputs
|
||||
(("rust-strip-ansi-escapes" ,rust-strip-ansi-escapes-0.1))))
|
||||
(home-page "https://github.com/zhiburt/conpty")
|
||||
(synopsis "Library which provides an interface for ConPTY")
|
||||
(description
|
||||
"This package provides a library which provides an interface for @code{ConPTY}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-const-cstr-0.3
|
||||
(package
|
||||
(name "rust-const-cstr")
|
||||
|
|
|
@ -96,6 +96,30 @@
|
|||
Windows Credential Manager.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-conpty-0.5
|
||||
(package
|
||||
(name "rust-conpty")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "conpty" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1nmkhiysnssvbi4kqaq8cybb0ffngbl64kfpk8s86ihdg940caxp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t ; Specifically for Windows.
|
||||
#:cargo-inputs
|
||||
(("rust-windows" ,rust-windows-0.44))
|
||||
#:cargo-development-inputs
|
||||
(("rust-strip-ansi-escapes" ,rust-strip-ansi-escapes-0.1))))
|
||||
(home-page "https://github.com/zhiburt/conpty")
|
||||
(synopsis "Library which provides an interface for ConPTY")
|
||||
(description
|
||||
"This package provides a library which provides an interface for @code{ConPTY}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-windows-0.48
|
||||
(package
|
||||
(name "rust-windows")
|
||||
|
|
Loading…
Add table
Reference in a new issue