From cd8fbc846d6cfa096dbab7c16d9b49bcca99ddc1 Mon Sep 17 00:00:00 2001 From: Akshit Gaur Date: Mon, 23 Mar 2026 20:46:14 +0530 Subject: [PATCH] Nice --- recipes/core/uutils/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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