generic/rust: add a few more common *-sys libraries

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-05 13:50:49 +01:00
parent 7425b281d9
commit 002951b308
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -21,9 +21,16 @@
# Commonly used libraries # Commonly used libraries
, pkg-config , pkg-config
, bzip2
, curl
, libgit2
, libssh2
, lz4
, openssl , openssl
, zstd , sqlite
, systemdLibs , systemdLibs
, zlib
, zstd
}: }:
mkShell { mkShell {
packages = [ packages = [
@ -37,9 +44,16 @@ mkShell {
]; ];
buildInputs = [ buildInputs = [
bzip2
curl
libgit2
libssh2
lz4
openssl openssl
zstd sqlite
systemdLibs systemdLibs
zlib
zstd
]; ];
env = { env = {