mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Few fixes for desktop and dev groups
This commit is contained in:
parent
f4d5bb9cbb
commit
5fc3bed36c
@ -7,6 +7,7 @@ dependencies = [
|
||||
"cosmic-icons",
|
||||
"cosmic-term",
|
||||
"dejavu",
|
||||
"file",
|
||||
"freefont",
|
||||
"hicolor-icon-theme",
|
||||
"installer-gui",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user