mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: Add rust-os-display-0.1.
* gnu/packages/crates-io.scm (rust-os-display-0.1): New variable. Change-Id: Ibfe883891afa0bffc9add329014edcd12434b05d
This commit is contained in:
parent
fe55432cfa
commit
93d8d14e53
1 changed files with 19 additions and 0 deletions
|
@ -48746,6 +48746,25 @@ (define-public rust-orgize-0.9
|
||||||
"This package provides a Rust library for parsing orgmode files.")
|
"This package provides a Rust library for parsing orgmode files.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-os-display-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-os-display")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "os_display" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xfgfqvfg5nyidv5p85fb87l0mif1nniisxarw6npd4jv2x2jqks"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-unicode-width" ,rust-unicode-width-0.1))))
|
||||||
|
(home-page "https://github.com/blyxxyz/os_display")
|
||||||
|
(synopsis "Display strings in a safe platform-appropriate way")
|
||||||
|
(description "Display strings in a safe platform-appropriate way.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-os-info-3
|
(define-public rust-os-info-3
|
||||||
(package
|
(package
|
||||||
(name "rust-os-info")
|
(name "rust-os-info")
|
||||||
|
|
Loading…
Reference in a new issue