From c9e203a258b5e4733f2560a78c65d4b572a7042b Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 14 Apr 2022 08:18:47 -0600
Subject: [PATCH] Use redox coreutils df

---
 recipes/uutils/recipe.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/uutils/recipe.toml b/recipes/uutils/recipe.toml
index 7c5214afa..059640866 100644
--- a/recipes/uutils/recipe.toml
+++ b/recipes/uutils/recipe.toml
@@ -26,7 +26,7 @@ BINS=(
     cut
     date
     dd
-    df
+    #df not working, use redox coreutils
     dircolors
     dirname
     du
-- 
GitLab