From 920320dfb642a48d642d57421a3c4cafd91fc8df Mon Sep 17 00:00:00 2001 From: Josh Megnauth Date: Sat, 1 Mar 2025 01:31:17 -0500 Subject: [PATCH] fix: Remove `git apply` from OpenTyrian --- recipes/games/opentyrian/recipe.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/games/opentyrian/recipe.toml b/recipes/games/opentyrian/recipe.toml index be33f984..55ecfa29 100644 --- a/recipes/games/opentyrian/recipe.toml +++ b/recipes/games/opentyrian/recipe.toml @@ -43,8 +43,5 @@ curl -OL https://camanis.net/tyrian/tyrian21.zip sha256sum -c tyrian21.zip.sha unzip -jd "${ASSETSDIR}" tyrian21.zip -# The build system doesn't automatically apply patches to cloned repositories -git apply "${COOKBOOK_RECIPE}/redox.patch" - cookbook_configure """