gnu: Add rust-open-1.

* gnu/packages/crates-io.scm (rust-open-1): New variable.
This commit is contained in:
Nicolas Goaziou 2020-12-04 13:59:21 +01:00
parent d378d0c229
commit aa51460fca
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17823,6 +17823,28 @@ (define-public rust-opaque-debug-0.2
(base32
"02942l2gc7w5r4js7i9063x99szic5mzzk1055j83v4diqpbpxck"))))))
(define-public rust-open-1
(package
(name "rust-open")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "open" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0j6ci7jc2aabvw0rvq7a51sw9s2rk3mfsq0s5zjakzjf27q3na3w"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/Byron/open-rs")
(synopsis "Open a path or URL using the program configured on the system")
(description
"Use this library to open a path or URL using the program configured on
the system.")
(license license:expat)))
(define-public rust-openssl-0.10
(package
(name "rust-openssl")