mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-21 01:30:29 +02:00
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.
This commit is contained in:
@@ -932,6 +932,13 @@ browsers.")
|
||||
("rust-assert-fs" ,rust-assert-fs-1)
|
||||
("rust-predicates" ,rust-predicates-2)
|
||||
("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")
|
||||
(synopsis "Add and remove dependencies from the command line")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user