mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add rust-gix-features-0.30.
* gnu/packages/crates-io.scm (rust-gix-features-0.30): New variable. Change-Id: Ib598ba11514b0526ea0aa389e81b2a30a8e518d0
This commit is contained in:
parent
170fff6d89
commit
44e3f83988
1 changed files with 39 additions and 0 deletions
|
@ -29844,6 +29844,45 @@ (define-public rust-git2-curl-0.17
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-gix-features-0.30
|
||||
(package
|
||||
(name "rust-gix-features")
|
||||
(version "0.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-features" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0543ggy5vxr2lpi1405mcq93bshj3gfvpjgf13a60q5z14s4k31s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-1)
|
||||
("rust-bytesize" ,rust-bytesize-1)
|
||||
("rust-crc32fast" ,rust-crc32fast-1)
|
||||
("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.11)
|
||||
("rust-jwalk" ,rust-jwalk-0.8)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-prodash" ,rust-prodash-25)
|
||||
("rust-sha1" ,rust-sha1-0.10)
|
||||
("rust-sha1-smol" ,rust-sha1-smol-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-walkdir" ,rust-walkdir-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bstr" ,rust-bstr-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Integrate various capabilities using compile-time feature flags")
|
||||
(description
|
||||
"This package provides a crate to integrate various capabilities using
|
||||
compile-time feature flags.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-fs-0.2
|
||||
(package
|
||||
(name "rust-gix-fs")
|
||||
|
|
Loading…
Reference in a new issue