Skip to content

Commit

Permalink
build(shell.nix): add openssl package to the build dependencies (#1040)
Browse files Browse the repository at this point in the history
* build(shell.nix): add openssl to nativeBuildInputs to fix build error related to missing openssl library
  • Loading branch information
timonv authored Jun 23, 2023
1 parent fa8056a commit 7075917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ in
name = "moz_overlay_shell";
nativeBuildInputs = with nixpkgs; [
pkg-config
openssl
];
buildInputs = with nixpkgs; [
((rustChannelOf{ channel = "1.70.0"; }).rust.override {
Expand Down

0 comments on commit 7075917

Please sign in to comment.