From 70916091a000bf9e49dd909a0e5ac20992e5758f Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 9 May 2026 19:09:08 -0300 Subject: [PATCH] Dev meta-package improvements --- recipes/groups/autotools/recipe.toml | 3 +++ recipes/groups/dev-essential/recipe.toml | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes/groups/autotools/recipe.toml b/recipes/groups/autotools/recipe.toml index 521ebc6c..fb704b5c 100644 --- a/recipes/groups/autotools/recipe.toml +++ b/recipes/groups/autotools/recipe.toml @@ -2,4 +2,7 @@ dependencies = [ "autoconf", "automake", + "libtool", + "gettext", + "gnu-make", ] diff --git a/recipes/groups/dev-essential/recipe.toml b/recipes/groups/dev-essential/recipe.toml index 4ed25c77..20d59f84 100644 --- a/recipes/groups/dev-essential/recipe.toml +++ b/recipes/groups/dev-essential/recipe.toml @@ -1,16 +1,20 @@ [package] dependencies = [ "autotools", + #"bison", #TODO: fix compilation error "cmake", + #"debugedit", #TODO: compile and test "gcc13", "gcc13.cxx", - "gnu-binutils", - "gnu-make", "gnu-grep", + "groff", + "gawk", + "file", "perl5", "python312", "ripgrep", "lua54", + "m4", "nasm", "patch", "pkg-config",