Skip to content

Commit 6c95958

Browse files
committed
envoy: add git dependency
Some crates depended on by wasmtime are referenced directly from Git, so we'll need a git binary available. Part of fixing NixOS#425065.
1 parent e033e7c commit 6c95958

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/en/envoy/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
gnutar,
2424
gnugrep,
2525
envoy,
26+
git,
2627

2728
# v8 (upstream default), wavm, wamr, wasmtime, disabled
2829
wasmRuntime ? "wamr",
@@ -120,6 +121,7 @@ buildBazelPackage rec {
120121
ninja
121122
patchelf
122123
cacert
124+
git
123125
];
124126

125127
buildInputs = [ linuxHeaders ];

0 commit comments

Comments
 (0)