Merge branch 'improve-groups' into 'master'

Dev meta-package improvements

See merge request redox-os/redox!2136
This commit is contained in:
Jeremy Soller 2026-05-09 16:13:01 -06:00
commit 97a5a02808
2 changed files with 9 additions and 2 deletions

View File

@ -2,4 +2,7 @@
dependencies = [ dependencies = [
"autoconf", "autoconf",
"automake", "automake",
"libtool",
"gettext",
"gnu-make",
] ]

View File

@ -1,16 +1,20 @@
[package] [package]
dependencies = [ dependencies = [
"autotools", "autotools",
#"bison", #TODO: fix compilation error
"cmake", "cmake",
#"debugedit", #TODO: compile and test
"gcc13", "gcc13",
"gcc13.cxx", "gcc13.cxx",
"gnu-binutils",
"gnu-make",
"gnu-grep", "gnu-grep",
"groff",
"gawk",
"file",
"perl5", "perl5",
"python312", "python312",
"ripgrep", "ripgrep",
"lua54", "lua54",
"m4",
"nasm", "nasm",
"patch", "patch",
"pkg-config", "pkg-config",