We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56de92 commit 9b2ffc3Copy full SHA for 9b2ffc3
1 file changed
flake.nix
@@ -34,7 +34,8 @@
34
};
35
commonArgs = {
36
inherit src;
37
- buildInputs = [ pkgs.git ];
+ buildInputs = [ pkgs.git pkgs.pkg-config ];
38
+ nativeBuildInputs = [ pkgs.openssl ];
39
40
41
ui = pkgs.buildNpmPackage {
0 commit comments