me
/
guix
Archived
1
0
Fork 0

gnu: rust-output-vt100-0.1: Move to (gnu packages crates-windows).

* gnu/packages/crates-io.scm (rust-output-vt100-0.1): Move from here ...
* gnu/packages/crates-windows.scm: ... to here.

Change-Id: I4dc63c5e0651c15a34e0f6018619b639f164ba35
master
Efraim Flashner 2023-12-27 15:14:54 +02:00
parent b8d587810f
commit bbe1a55ff9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 25 additions and 25 deletions

View File

@ -46577,31 +46577,6 @@ platform-native strings.")
("rust-ouroboros-macro" ,rust-ouroboros-macro-0.14) ("rust-ouroboros-macro" ,rust-ouroboros-macro-0.14)
("rust-stable-deref-trait" ,rust-stable-deref-trait-1)))))) ("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))))
(define-public rust-output-vt100-0.1
(package
(name "rust-output-vt100")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "output_vt100" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ygqplpxz4gg3i8f3rkan2q69pqll7gv65l2mmd8r9dphnvwbkak"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/Phundrak/output-vt100-rs")
(synopsis
"Utility to activate escape codes in Windows' CMD and PowerShell")
(description
"Utility to activate escape codes in Windows' CMD and PowerShell.")
(license license:expat)))
(define-public rust-overload-0.1 (define-public rust-overload-0.1
(package (package
(name "rust-overload") (name "rust-overload")

View File

@ -439,6 +439,31 @@ IOCP and Async I/O abstractions.")
#:cargo-development-inputs #:cargo-development-inputs
(("rust-rand" ,rust-rand-0.3)))))) (("rust-rand" ,rust-rand-0.3))))))
(define-public rust-output-vt100-0.1
(package
(name "rust-output-vt100")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "output_vt100" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ygqplpxz4gg3i8f3rkan2q69pqll7gv65l2mmd8r9dphnvwbkak"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/Phundrak/output-vt100-rs")
(synopsis
"Utility to activate escape codes in Windows' CMD and PowerShell")
(description
"Utility to activate escape codes in Windows' CMD and PowerShell.")
(license license:expat)))
(define-public rust-windows-0.48 (define-public rust-windows-0.48
(package (package
(name "rust-windows") (name "rust-windows")