From 1eb6a6b0e8380f664e6a692d1fe308640cc85f17 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 24 Jan 2025 22:19:07 +1100 Subject: [PATCH] chore: delete old WIP patchelf recipe Signed-off-by: Anhad Singh --- recipes/wip/tools/patchelf/recipe.toml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 recipes/wip/tools/patchelf/recipe.toml diff --git a/recipes/wip/tools/patchelf/recipe.toml b/recipes/wip/tools/patchelf/recipe.toml deleted file mode 100644 index 84e86bf2a..000000000 --- a/recipes/wip/tools/patchelf/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO compiled but not tested -[source] -tar = "https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2" -[build] -template = "configure"