mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add rust-opener-0.4.
* gnu/packages/crates-io.scm (rust-opener-0.4): New variable.
This commit is contained in:
parent
1c47e771a5
commit
41e6f47071
1 changed files with 23 additions and 0 deletions
|
@ -27328,6 +27328,29 @@ (define-public rust-open-1
|
|||
the system.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-opener-0.4
|
||||
(package
|
||||
(name "rust-opener")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "opener" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bpknqvhqkalhmq8n2m97apc0r3y194ppybl1qxay34xr83p848k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/Seeker14491/opener")
|
||||
(synopsis "Open a file or link using the system default program")
|
||||
(description "This crate provides the ability to open a file or link with
|
||||
the default program configured on the system.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-openssl-0.10
|
||||
(package
|
||||
(name "rust-openssl")
|
||||
|
|
Loading…
Reference in a new issue