fix(nix): add perl to buildInputs for openssl-sys vendored build

Since v0.5.4, native-tls uses features = ["vendored"], which compiles OpenSSL from source via openssl-sys. This requires perl for the OpenSSL Configure script, but perl was missing from the flake's buildInputs.

Mirrors the Dockerfile fix in #952. Fixes #894.
This commit is contained in:
t4min0
2026-04-03 00:10:54 +02:00
committed by GitHub
parent a78299ed3d
commit 28d01acf91

View File

@@ -25,6 +25,7 @@
rust-project.defaults.perCrate.crane.args.buildInputs = with pkgs; [
clang
openssl
perl
pkg-config
];
rust-project.crates.openfang-desktop.crane.args.buildInputs = with pkgs; [