mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add rust-vswhom-sys-0.1.
* gnu/packages/crates-io.scm (rust-vswhom-sys-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
791a8e5331
commit
94ddb94acc
1 changed files with 24 additions and 0 deletions
|
@ -16287,6 +16287,30 @@ (define-public rust-void-1.0
|
|||
"The uninhabited void type for use in statically impossible cases.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-vswhom-sys-0.1
|
||||
(package
|
||||
(name "rust-vswhom-sys")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "vswhom-sys" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0clm4dx4amwlhg5lkh52fmvvwq6c7s7b9xqljw39mryhsc158bzw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-cc" ,rust-cc-1.0))))
|
||||
(home-page "https://github.com/nabijaczleweli/vswhom-sys.rs")
|
||||
(synopsis "Pure FFI to Jon Blow's VS discovery script")
|
||||
(description
|
||||
"This package provides a pure FFI to Jon Blow's VS discovery script.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-vte-0.3
|
||||
(package
|
||||
(name "rust-vte")
|
||||
|
|
Loading…
Reference in a new issue