fix(nix): add openssl build inputs for webauthn-rs

webauthn-rs-core unconditionally depends on openssl for X.509 and
signature verification. Add pkg-config and openssl to the nix build
so the package builds in the sandbox.
This commit is contained in:
Jon Seager 2026-02-05 12:34:57 +00:00
parent 149921dc31
commit de3e1d4bcb
No known key found for this signature in database

View file

@ -50,6 +50,9 @@
src = lib.cleanSource ./.;
cargoLock.lockFile = ./Cargo.lock;
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.openssl ];
meta = {
description = "Log your favourite roasters, roasts, brews and cafes!";
homepage = "https://github.com/jnsgruk/brewlog";