added cacert

This commit is contained in:
Maxime Vorwerk
2025-06-01 12:06:57 +02:00
parent 3f84bdeff4
commit 6dd6445935

View File

@@ -12,6 +12,7 @@ pkgs.stdenv.mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
pkgs.makeWrapper pkgs.makeWrapper
pkgs.patchelf pkgs.patchelf
pkgs.cacert
]; ];
buildInputs = [ buildInputs = [