add gnu-grep as dependency to os-test

This commit is contained in:
auronandace 2025-09-17 19:30:24 +01:00
parent 4b4a628f7a
commit adf95141be

View File

@ -1,3 +1,4 @@
# TODO remove gnu-grep when extrautils grep supports grep -E
[source]
git = "https://gitlab.com/sortix/os-test"
@ -10,9 +11,10 @@ cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/share/os-test"
[package]
dependencies = [
"gnu-binutils",
"gnu-make",
"gcc13",
"gnu-binutils",
"gnu-grep",
"gnu-make",
"libarchive",
"sed",
]