Skip to content

Commit

Permalink
add cacert to nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nxy7 committed Dec 31, 2024
1 parent 30821ea commit ee82e6c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nix/buildRocPackage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ let
packageDependencies = pkgs.stdenv.mkDerivation {
inherit src;
name = "roc-dependencies";
nativeBuildInputs = with pkgs; [ gnutar brotli ripgrep wget openssl ];
nativeBuildInputs = with pkgs; [
gnutar
brotli
ripgrep
wget
openssl
cacert
];

buildPhase = ''
list=$(rg -o 'https://github.com[^"]*' ${entryPoint})
Expand Down

0 comments on commit ee82e6c

Please sign in to comment.