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:
Jakub Kądziołka 2020-02-16 19:15:42 +01:00
parent c9aadd0749
commit 92b99cabd6
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -5679,7 +5679,8 @@ (define-public rust-ignore-0.4
("rust-regex" ,rust-regex-1.1) ("rust-regex" ,rust-regex-1.1)
("rust-same-file" ,rust-same-file-1.0) ("rust-same-file" ,rust-same-file-1.0)
("rust-thread-local" ,rust-thread-local-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") (home-page "https://github.com/BurntSushi/ripgrep/tree/master/ignore")
(synopsis "Efficiently match ignore files such as .gitignore") (synopsis "Efficiently match ignore files such as .gitignore")
(description (description