generic/rust: add a few more common *-sys libraries
This commit is contained in:
parent
7425b281d9
commit
002951b308
@ -21,9 +21,16 @@
|
||||
|
||||
# Commonly used libraries
|
||||
, pkg-config
|
||||
, bzip2
|
||||
, curl
|
||||
, libgit2
|
||||
, libssh2
|
||||
, lz4
|
||||
, openssl
|
||||
, zstd
|
||||
, sqlite
|
||||
, systemdLibs
|
||||
, zlib
|
||||
, zstd
|
||||
}:
|
||||
mkShell {
|
||||
packages = [
|
||||
@ -37,9 +44,16 @@ mkShell {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
bzip2
|
||||
curl
|
||||
libgit2
|
||||
libssh2
|
||||
lz4
|
||||
openssl
|
||||
zstd
|
||||
sqlite
|
||||
systemdLibs
|
||||
zlib
|
||||
zstd
|
||||
];
|
||||
|
||||
env = {
|
||||
|
Loading…
Reference in New Issue
Block a user