mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 12:38:43 +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 = [
|
dependencies = [
|
||||||
"autoconf",
|
"autoconf",
|
||||||
"automake",
|
"automake",
|
||||||
|
"libtool",
|
||||||
|
"gettext",
|
||||||
|
"gnu-make",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,16 +1,20 @@
|
|||||||
[package]
|
[package]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autotools",
|
"autotools",
|
||||||
|
#"bison", #TODO: fix compilation error
|
||||||
"cmake",
|
"cmake",
|
||||||
|
#"debugedit", #TODO: compile and test
|
||||||
"gcc13",
|
"gcc13",
|
||||||
"gcc13.cxx",
|
"gcc13.cxx",
|
||||||
"gnu-binutils",
|
|
||||||
"gnu-make",
|
|
||||||
"gnu-grep",
|
"gnu-grep",
|
||||||
|
"groff",
|
||||||
|
"gawk",
|
||||||
|
"file",
|
||||||
"perl5",
|
"perl5",
|
||||||
"python312",
|
"python312",
|
||||||
"ripgrep",
|
"ripgrep",
|
||||||
"lua54",
|
"lua54",
|
||||||
|
"m4",
|
||||||
"nasm",
|
"nasm",
|
||||||
"patch",
|
"patch",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user