mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-ignore@0.12.1.
* gnu/packages/crates-vcs.scm (rust-gix-ignore-0.12): New variable. Change-Id: I74f2ca322d11fac567ec08df8b17a96d22b84c05
This commit is contained in:
parent
cad09e5471
commit
e03dc9d1fc
1 changed files with 28 additions and 0 deletions
|
@ -1344,6 +1344,34 @@ git directory walks.")
|
|||
implementing the git index file.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-ignore-0.12
|
||||
(package
|
||||
(name "rust-gix-ignore")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-ignore" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12mv0lgq8aviy6fc4mdxr7r0ra0l1kb729wf8fkhmbx4s8jgpcdn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.17)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-trace" ,rust-gix-trace-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-unicode-bom" ,rust-unicode-bom-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis "Handling .gitignore files")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project for dealing with
|
||||
.gitignore files.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-0.66
|
||||
(package
|
||||
(name "rust-gix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue