mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'improve-groups' into 'master'
Dev meta-package improvements See merge request redox-os/redox!2136
This commit is contained in:
commit
97a5a02808
@ -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