From 94d32639cb5419ab96ecc71f7fa213bced946d7a Mon Sep 17 00:00:00 2001 From: TheOPtimal Date: Fri, 3 Oct 2025 01:00:53 +0400 Subject: [PATCH] games: the-dark-mod: Replace removed dependency --- games/packages/the-dark-mod.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/packages/the-dark-mod.scm b/games/packages/the-dark-mod.scm index 76312db..c9dbe04 100644 --- a/games/packages/the-dark-mod.scm +++ b/games/packages/the-dark-mod.scm @@ -144,7 +144,7 @@ cd \"$~a\" `(("p7zip" ,p7zip))) (inputs `(("curl" ,curl) - ("mbedtls" ,mbedtls-apache) + ("mbedtls" ,mbedtls-lts) ("minizip" ,minizip) ("zlib" ,zlib))) (home-page "https://www.thedarkmod.com/") -- GitLab