Skip to content

Commit

Permalink
Resolve nix develop error
Browse files Browse the repository at this point in the history
  • Loading branch information
Renegatto committed Sep 16, 2024
1 parent e4ab8a8 commit 02f28fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oura.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
env = {
OPENSSL_NO_VENDOR = "1"; # Use system openssl
};
nativeBuildInputs = [pkgs.pkg-config];
nativeBuildInputs = [pkgs.pkg-config pkgs.m4];
buildInputs = [pkgs.openssl];
src = craneLib.cleanCargoSource inputs.oura;
};
Expand Down

0 comments on commit 02f28fb

Please sign in to comment.