From 1737337beb41c2e5d13fd793f74cc9803dda7e23 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 9 Apr 2026 07:57:48 +0700 Subject: [PATCH] Use template for tmux --- recipes/wip/terminal/tmux/recipe.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes/wip/terminal/tmux/recipe.toml b/recipes/wip/terminal/tmux/recipe.toml index 922d84624..04af36e33 100644 --- a/recipes/wip/terminal/tmux/recipe.toml +++ b/recipes/wip/terminal/tmux/recipe.toml @@ -1,4 +1,4 @@ -#TODO Promote +#TODO can't exit from terminal, can't clean socket itself [source] tar = "https://github.com/tmux/tmux/releases/download/3.6a/tmux-3.6a.tar.gz" blake3 = "43a9a5fd4ebe403efccd666c7b620fcf65489b123092df70113466a2b5aedb5a" @@ -6,12 +6,8 @@ patches = [ "redox.patch" ] [build] -template = "custom" +template = "configure" dependencies = [ "ncursesw", "libevent", ] -script = """ -export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses" -cookbook_configure -"""