This commit is contained in:
Surma
2024-11-26 11:44:40 +00:00
parent 2287e4517e
commit 13ff0d5934
4 changed files with 51 additions and 3 deletions

View File

@@ -2,7 +2,10 @@
rustPlatform,
jq,
rsync,
lib,
stdenv,
# openssl,
pkg-config,
fenix,
}:
{
@@ -40,6 +43,11 @@
toolchain
jq
rsync
pkg-config
# (lib.getDev openssl)
];
buildInputs = [
# openssl
];
dontConfigure = true;
buildPhase = ''