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 0ad7927f63f43857905e2499310eca911cba3767..e049a2914e815d0097c26d4a4eb19e8e360d2f57 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
 """