From 0b3322aa61e420a97bee77a2219c1f946380e394 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 3 Jan 2024 13:08:38 -0700
Subject: [PATCH] nano: fix include path and promote to tools

---
 recipes/{wip => tools}/nano/recipe.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes/{wip => tools}/nano/recipe.toml (77%)

diff --git a/recipes/wip/nano/recipe.toml b/recipes/tools/nano/recipe.toml
similarity index 77%
rename from recipes/wip/nano/recipe.toml
rename to recipes/tools/nano/recipe.toml
index 0ad7927f6..e049a2914 100644
--- a/recipes/wip/nano/recipe.toml
+++ b/recipes/tools/nano/recipe.toml
@@ -7,6 +7,6 @@ dependencies = [
     "ncurses",
 ]
 script = """
-export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include"
+export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
 cookbook_configure
 """
-- 
GitLab