Skip to content

Commit 9b2ffc3

Browse files
committed
fix: add openssl to build inputs
1 parent f56de92 commit 9b2ffc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
};
3535
commonArgs = {
3636
inherit src;
37-
buildInputs = [ pkgs.git ];
37+
buildInputs = [ pkgs.git pkgs.pkg-config ];
38+
nativeBuildInputs = [ pkgs.openssl ];
3839
};
3940

4041
ui = pkgs.buildNpmPackage {

0 commit comments

Comments
 (0)