Few fixes for desktop and dev groups

This commit is contained in:
Wildan M 2026-05-12 16:29:21 +07:00
parent f4d5bb9cbb
commit 5fc3bed36c
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
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"