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",