0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

🐛 fix: add openssl runtime dependencies (#451)

- OpenSSL dependencies are usually readily available for
  non-Nix distros but not for NixOS users.
This commit is contained in:
Jann Marc Villablanca 2023-12-22 12:32:05 +08:00 committed by GitHub
parent c698f4e0ef
commit b95c3c8afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,8 @@
rustPackages.clippy
rustc
yamllint
openssl
pkg-config
];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
};