gnu: Add rust-gix-command-0.2.
* gnu/packages/crates-io.scm (rust-gix-command-0.2): New variable. Change-Id: I82c8497f50c221f678bb41b3dea4ea4683cd9ab8
parent
1dd80eeeef
commit
15e56f1524
|
@ -29844,6 +29844,28 @@ libcurl, which is intended to be used with the @code{git2} crate.")
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-url" ,rust-url-2))))))
|
("rust-url" ,rust-url-2))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-command-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-gix-command")
|
||||||
|
(version "0.2.10")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-command" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ix44maislxlranv67yw5fan5k82lpgax22zgc4jrxvpypxnqmrw"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
||||||
|
#:cargo-inputs (("rust-bstr" ,rust-bstr-1))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "Handle internal git command execution")
|
||||||
|
(description
|
||||||
|
"This package provides a crate of the gitoxide project handling internal git
|
||||||
|
command execution.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-commitgraph-0.16
|
(define-public rust-gix-commitgraph-0.16
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-commitgraph")
|
(name "rust-gix-commitgraph")
|
||||||
|
|
Reference in New Issue