diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml index fdfebf99e..929628813 100644 --- a/recipes/core/uutils/recipe.toml +++ b/recipes/core/uutils/recipe.toml @@ -13,7 +13,7 @@ template = "custom" script = """ DYNAMIC_INIT # TODO: upstream changes, consider using feat_require_unix_core if relibc is ready? -CARGO_PROFILE_RELEASE_LTO=thin cookbook_cargo --no-default-features --features feat_os_unix_redox,kill --bin coreutils +CARGO_PROFILE_RELEASE_LTO=thin cookbook_cargo --no-default-features --features feat_os_unix_redox,kill,nice --bin coreutils BINS=( '[' @@ -59,6 +59,7 @@ BINS=( more mv nl + nice nproc numfmt od