diff --git a/recipes/core/audiod/recipe.toml b/recipes/core/audiod/recipe.toml deleted file mode 100644 index 555fa9faf..000000000 --- a/recipes/core/audiod/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -[source] -git = "https://gitlab.redox-os.org/redox-os/audiod.git" - -[build] -template = "cargo" diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index f70fa6b1f..206e1a8d8 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -5,7 +5,7 @@ git = "https://gitlab.redox-os.org/redox-os/base.git" template = "custom" script = """ mkdir -pv "${COOKBOOK_STAGE}/usr/bin" -for package in ipcd ptyd; do +for package in audiod ipcd ptyd; do "${COOKBOOK_CARGO}" build \ --manifest-path "${COOKBOOK_SOURCE}/${package}/Cargo.toml" \ ${build_flags}