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
|
# 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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user