Merge branch 'groups' into 'master'

Few fixes for desktop and dev groups

See merge request redox-os/redox!2140
This commit is contained in:
Jeremy Soller 2026-05-12 06:28:11 -06:00
commit 010861f71b
3 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@ dependencies = [
"cosmic-icons",
"cosmic-term",
"dejavu",
"file",
"freefont",
"hicolor-icon-theme",
"installer-gui",

View File

@ -7,14 +7,14 @@ dependencies = [
"gcc13",
"gcc13.cxx",
"gnu-grep",
"groff",
# "groff", #TODO: fix compilation error
"gawk",
"file",
"perl5",
"python312",
"ripgrep",
"lua54",
"m4",
# "m4", #TODO: fix compilation error
"nasm",
"patch",
"pkg-config",

View File

@ -1,5 +1,5 @@
#TODO not compiled or tested
#TODO compiler error: port freadahead?
[source]
tar = "https://ftp.gnu.org/gnu/m4/m4-1.14.21.tar.xz"
tar = "https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz"
[build]
template = "configure"