mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Add rust-gix-attributes@0.23.1.
* gnu/packages/crates-vcs.scm (rust-gix-attributes-0.23): New variable. Change-Id: I4cbfac42a247954319b2db5742b00cd5c2fd32fa
This commit is contained in:
parent
2216cbb5c9
commit
1670c84f5a
1 changed files with 32 additions and 0 deletions
|
@ -1797,6 +1797,38 @@ git filters.")
|
|||
"This package provides a crate of the gitoxide project dealing with pattern
|
||||
matching.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-attributes-0.23
|
||||
(package
|
||||
(name "rust-gix-attributes")
|
||||
(version "0.23.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-attributes" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1p6a6ai3pk8c7xn48vbw7gvjh7rc5m13cbcsd7zfvh4l462vzyfx"))))
|
||||
(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-quote" ,rust-gix-quote-0.4)
|
||||
("rust-gix-trace" ,rust-gix-trace-0.1)
|
||||
("rust-kstring" ,rust-kstring-2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-2)
|
||||
("rust-unicode-bom" ,rust-unicode-bom-2))))
|
||||
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||
(synopsis "Deal with .gitattributes files")
|
||||
(description
|
||||
"This package provides a crate of the gitoxide project dealing with
|
||||
.gitattributes 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