mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: Add rust-force-send-sync-1.
* gnu/packages/crates-io.scm (rust-force-send-sync-1): New variable. Change-Id: I58512d67968cea8b75e95b96a64f7874c3ff4947
This commit is contained in:
parent
e4e08cfe12
commit
0a53c7fac0
1 changed files with 17 additions and 0 deletions
|
@ -24971,6 +24971,23 @@ (define-public rust-font-kit-0.10
|
|||
("rust-walkdir" ,rust-walkdir-2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-force-send-sync-1
|
||||
(package
|
||||
(name "rust-force-send-sync")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "force-send-sync" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dpy69psypanm8mx3k0mjmvb0mccyyd8yffcdr1899la8k68ss1j"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/pacman82/force-send-sync")
|
||||
(synopsis "Unsafe wrappers to force Send and Sync")
|
||||
(description "Unsafe wrappers to force Send and Sync.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-foreign-types-0.5
|
||||
(package
|
||||
(name "rust-foreign-types")
|
||||
|
|
Loading…
Reference in a new issue