mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-command@0.4.1.
* gnu/packages/crates-vcs.scm (rust-gix-command-0.4): New variable. Change-Id: Iea4838a046e3f34949afc5fa0b57256fac30b2f3
This commit is contained in:
parent
91c5e2092e
commit
0ee89bdf5b
1 changed files with 26 additions and 0 deletions
|
@ -3291,6 +3291,32 @@ implementing the standard git bitmap format.")
|
||||||
commit-graph files.")
|
commit-graph files.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-command-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-gix-command")
|
||||||
|
(version "0.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-command" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1wcdm6f8v28y2rv5lmz7kh4lnkdzplc92nh2c9gb8papss20nhfb"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
|
("rust-gix-trace" ,rust-gix-trace-0.1)
|
||||||
|
("rust-shell-words" ,rust-shell-words-1))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis
|
||||||
|
"Handle internal git command execution")
|
||||||
|
(description
|
||||||
|
"This package provides a crate of the gitoxide project for handling of
|
||||||
|
internal git command execution.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-command-0.3
|
(define-public rust-gix-command-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-command")
|
(name "rust-gix-command")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue