mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: rust-ignore-0.4: Add rust-winapi-util-0.1 to inputs.
This is a followup to 5669972364
. At the
time, it seemed like the input is only used on Windows and therefore
unnecessary. However, the package kept building only because the crate
was still being used transitively, through rust-same-file-1.0.
* gnu/packages/crates-io.scm (rust-ignore-0.4)[arguments](cargo-inputs):
Add rust-winapi-util-0.1.
This commit is contained in:
parent
c9aadd0749
commit
92b99cabd6
1 changed files with 2 additions and 1 deletions
|
@ -5679,7 +5679,8 @@ (define-public rust-ignore-0.4
|
|||
("rust-regex" ,rust-regex-1.1)
|
||||
("rust-same-file" ,rust-same-file-1.0)
|
||||
("rust-thread-local" ,rust-thread-local-1.0)
|
||||
("rust-walkdir" ,rust-walkdir-2.2))))
|
||||
("rust-walkdir" ,rust-walkdir-2.2)
|
||||
("rust-winapi-util" ,rust-winapi-util-0.1))))
|
||||
(home-page "https://github.com/BurntSushi/ripgrep/tree/master/ignore")
|
||||
(synopsis "Efficiently match ignore files such as .gitignore")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue