From 82d2ac8a6a77df9eca3cceb18b21433a7352d569 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 12 Jun 2024 00:01:59 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/sccache/recipe.toml | 2 +-
 recipes/wip/dev/stgit/recipe.toml   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes/wip/dev/sccache/recipe.toml b/recipes/wip/dev/sccache/recipe.toml
index 85e478138..120b5979e 100644
--- a/recipes/wip/dev/sccache/recipe.toml
+++ b/recipes/wip/dev/sccache/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO libc error
 [source]
 git = "https://github.com/mozilla/sccache"
 [build]
diff --git a/recipes/wip/dev/stgit/recipe.toml b/recipes/wip/dev/stgit/recipe.toml
index 7f9a60d10..02c07a27a 100644
--- a/recipes/wip/dev/stgit/recipe.toml
+++ b/recipes/wip/dev/stgit/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/stacked-git/stgit"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab