gnu: rust-cargo-edit: Add missing inputs.
* gnu/packages/rust-apps.scm (rust-cargo-edit)[native-inputs]: Add pkg-config. [inputs]: Add libgit2-1.3, libssh2, openssl, zlib.
parent
7ace10db60
commit
24964f7360
|
@ -932,6 +932,13 @@ browsers.")
|
||||||
("rust-assert-fs" ,rust-assert-fs-1)
|
("rust-assert-fs" ,rust-assert-fs-1)
|
||||||
("rust-predicates" ,rust-predicates-2)
|
("rust-predicates" ,rust-predicates-2)
|
||||||
("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
|
("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
|
||||||
|
(native-inputs
|
||||||
|
(list pkg-config))
|
||||||
|
(inputs
|
||||||
|
(list libgit2-1.3
|
||||||
|
libssh2
|
||||||
|
openssl
|
||||||
|
zlib))
|
||||||
(home-page "https://github.com/killercup/cargo-edit")
|
(home-page "https://github.com/killercup/cargo-edit")
|
||||||
(synopsis "Add and remove dependencies from the command line")
|
(synopsis "Add and remove dependencies from the command line")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue