From 3ffeb0d350d2cb9adc7795933ecb2217e631565d Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 19 Mar 2024 18:40:45 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/benchmarks/divan/recipe.toml | 8 --------
 recipes/wip/codecs/wavpack/recipe.toml   | 3 +++
 2 files changed, 3 insertions(+), 8 deletions(-)
 delete mode 100644 recipes/wip/benchmarks/divan/recipe.toml

diff --git a/recipes/wip/benchmarks/divan/recipe.toml b/recipes/wip/benchmarks/divan/recipe.toml
deleted file mode 100644
index 766c3702d..000000000
--- a/recipes/wip/benchmarks/divan/recipe.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-#TODO Not compiled or tested
-[source]
-git = "https://github.com/nvzqz/divan"
-[build]
-template = "custom"
-script = """
-cookbook_cargo_examples examples
-"""
diff --git a/recipes/wip/codecs/wavpack/recipe.toml b/recipes/wip/codecs/wavpack/recipe.toml
index 3dc61207f..a9aa8555d 100644
--- a/recipes/wip/codecs/wavpack/recipe.toml
+++ b/recipes/wip/codecs/wavpack/recipe.toml
@@ -3,3 +3,6 @@
 tar = "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz"
 [build]
 template = "configure"
+dependencies = [
+    "libiconv",
+]
-- 
GitLab