Skip to content

Commit f234cab

Browse files
committed
Add missing dependencies
1 parent 1bc9a00 commit f234cab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pixi.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ platforms = ["osx-arm64", "osx-64", "linux-64"]
1212
############################################
1313
[feature.feature_rattler_build]
1414
[feature.feature_rattler_build.dependencies]
15+
git = "*"
16+
patch = "*"
1517
rattler-build = ">=0.34.1"
1618
python = "3.11.*"
1719
typer = "*"

recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ outputs:
2525
- curl
2626
- python >=3.11
2727
- gettext-tools
28+
- xz
29+
- tar
30+
- patch # Used in ./build.sh script
2831
run:
2932
- python >=3.11
3033
- nodejs 16.*

0 commit comments

Comments
 (0)