mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add rust-git2-curl-0.14.
* gnu/packages/crates-io.scm (rust-git2-curl-0.14): New variable.
This commit is contained in:
parent
b96fd1a4a2
commit
bb162c120a
1 changed files with 27 additions and 0 deletions
|
@ -16983,6 +16983,33 @@ (define-public rust-git2-0.9
|
||||||
("rust-thread-id" ,rust-thread-id-3)
|
("rust-thread-id" ,rust-thread-id-3)
|
||||||
("rust-time" ,rust-time-0.1))))))
|
("rust-time" ,rust-time-0.1))))))
|
||||||
|
|
||||||
|
(define-public rust-git2-curl-0.14
|
||||||
|
(package
|
||||||
|
(name "rust-git2-curl")
|
||||||
|
(version "0.14.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "git2-curl" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0l1sckmpvhd498c9ji04gkpfkfrpx7c8rabihczsnjx91v5kjdc8"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t ;need rust-civet and others
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-curl" ,rust-curl-0.4)
|
||||||
|
("rust-git2" ,rust-git2-0.13)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-url" ,rust-url-2))))
|
||||||
|
(home-page "https://github.com/rust-lang/git2-rs")
|
||||||
|
(synopsis "Libgit2 HTTP transport backend powered by @code{libcurl}")
|
||||||
|
(description "Backend for an HTTP transport in @code{libgit2}, powered by
|
||||||
|
libcurl, which is intended to be used with the @code{git2} crate.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gjson-0.7
|
(define-public rust-gjson-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-gjson")
|
(name "rust-gjson")
|
||||||
|
|
Loading…
Reference in a new issue