mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
Dev meta-package improvements
This commit is contained in:
parent
676f32572d
commit
70916091a0
@ -2,4 +2,7 @@
|
||||
dependencies = [
|
||||
"autoconf",
|
||||
"automake",
|
||||
"libtool",
|
||||
"gettext",
|
||||
"gnu-make",
|
||||
]
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user