me
/
guix
Archived
1
0
Fork 0

gnu: rust-libgit2-sys-0.14: Fix inputs.

* gnu/packages/crates-io.scm (rust-libgit2-sys-0.14)[inputs]: Build with
libgit2 instead of libgit2-1.6.

Change-Id: Ie92223fc0193b94be378b1e89356682fa208ac58
Efraim Flashner 2023-11-04 22:04:23 +02:00
parent a7a49561ff
commit 3b082d8a08
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -39380,7 +39380,9 @@ library.")
("rust-libssh2-sys" ,rust-libssh2-sys-0.2)
("rust-libz-sys" ,rust-libz-sys-1)
("rust-openssl-sys" ,rust-openssl-sys-0.9)
("rust-pkg-config" ,rust-pkg-config-0.3))))))
("rust-pkg-config" ,rust-pkg-config-0.3))))
(inputs
(list libgit2 openssl zlib))))
(define-public rust-libgit2-sys-0.13
(package