mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-shallow@0.1.0.
* gnu/packages/crates-vcs.scm (rust-gix-shallow-0.1): New variable. Change-Id: Icbba9f94ba7bc3a4b24b49b4c1b5d2c51bec1644
This commit is contained in:
parent
9865da13cc
commit
e5c6f686ea
1 changed files with 26 additions and 0 deletions
|
@ -936,6 +936,32 @@ status'-like functionality.")
|
||||||
"This package implements the git transport layer.")
|
"This package implements the git transport layer.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-shallow-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-gix-shallow")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-shallow" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "00ffhjy3lzqr6zqj0h3c635634383z0g0wgndz5r4x7888r6gll8"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.15)
|
||||||
|
("rust-gix-lock" ,rust-gix-lock-15)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-2))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis "Handle shallow git files")
|
||||||
|
(description
|
||||||
|
"This package provides a crate of the gitoxide project dedicated to
|
||||||
|
handling files specifying the shallow boundary.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-0.66
|
(define-public rust-gix-0.66
|
||||||
(package
|
(package
|
||||||
(name "rust-gix")
|
(name "rust-gix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue