diff --git a/recipes/demos/glium/recipe.sh b/recipes/demos/glium/recipe.sh
deleted file mode 100644
index 455618c1ffe32153b7a6811154d0a6111142413d..0000000000000000000000000000000000000000
--- a/recipes/demos/glium/recipe.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-GIT=https://gitlab.redox-os.org/redox-os/glium.git
-GIT_UPSTREAM=https://github.com/glium/glium.git
-BUILD_DEPENDS=(llvm18 mesa zlib)
-BRANCH=redox
-CARGOFLAGS="--example teapot"
-
-function recipe_build {
-    sysroot="$(realpath ../sysroot)"
-    set -x
-    cargo rustc --target "$TARGET" --release ${CARGOFLAGS} \
-        -- \
-        -L "${sysroot}/lib" \
-        -C link-args="-Wl,-Bstatic $("${PKG_CONFIG}" --libs osmesa) -lz -lstdc++ -lc -lgcc"
-    set +x
-    skip=1
-}
-
-function recipe_stage {
-    dest="$(realpath $1)"
-    mkdir -pv "$dest/bin"
-    cp -v "target/${TARGET}/release/examples/teapot" "$dest/bin/glium"
-    skip=1
-}
diff --git a/recipes/other/keyboard-sfx/recipe.sh b/recipes/other/keyboard-sfx/recipe.sh
deleted file mode 100644
index 95de8e7b63ab4c487e7a2f91a9f178202f829ef6..0000000000000000000000000000000000000000
--- a/recipes/other/keyboard-sfx/recipe.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-GIT=https://gitlab.redox-os.org/redox-os/keyboard-sfx.git
-
-function recipe_version {
-    echo "0.0.1"
-    skip=1
-}
-
-function recipe_build {
-    echo "skipping build"
-    skip=1
-}
-
-function recipe_clean {
-    echo "skipping clean"
-    skip=1
-}
-
-function recipe_stage {
-    mkdir -pv "$1/sfx"
-    cp -Rv ./* "$1/sfx"
-    skip=1
-}
diff --git a/recipes/tools/pastel/recipe.sh b/recipes/wip/tools/other/pastel/recipe.sh
similarity index 100%
rename from recipes/tools/pastel/recipe.sh
rename to recipes/wip/tools/other/pastel/recipe.sh