gnu: rust-dirs-sys-0.3: Adapt for new build system.
* gnu/packages/crates-io.scm (rust-dirs-sys-0.3)[inputs]: Add rust-cfg-if-0.1, rust-libc-0.2, rust-redox-users-0.3, rust-winapi-0.3.
This commit is contained in:
parent
647dfa788e
commit
a4bbebb2b3
1 changed files with 5 additions and 0 deletions
|
@ -11801,6 +11801,11 @@ other data.")
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-redox-users" ,rust-redox-users-0.3)
|
("rust-redox-users" ,rust-redox-users-0.3)
|
||||||
("rust-winapi" ,rust-winapi-0.3))))
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
|
(inputs
|
||||||
|
`(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-redox-users" ,rust-redox-users-0.3)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3)))
|
||||||
(home-page "https://github.com/soc/dirs-sys-rs")
|
(home-page "https://github.com/soc/dirs-sys-rs")
|
||||||
(synopsis
|
(synopsis
|
||||||
"System-level helper functions for the dirs and directories crates")
|
"System-level helper functions for the dirs and directories crates")
|
||||||
|
|
Reference in a new issue