me
/
guix
Archived
1
0
Fork 0

gnu: rust-cargo-c: Add missing input.

This is a follow-up to 6f2df20b0f.

* gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Add libgit2-1.3.
master
Efraim Flashner 2022-06-20 14:31:40 +03:00
parent 6f2df20b0f
commit ceb508528f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu> ;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019-2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Leo Famulari <leo@famulari.name> ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
@ -1571,7 +1571,7 @@ support for Rust.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list curl libssh2 openssl zlib)) (list curl libgit2-1.3 libssh2 openssl zlib))
(home-page "https://github.com/lu-zero/cargo-c") (home-page "https://github.com/lu-zero/cargo-c")
(synopsis "Build and install C-compatible libraries") (synopsis "Build and install C-compatible libraries")
(description (description