tinyemu: fix build

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-11-03 19:51:16 +01:00
parent 1eb6b90488
commit 47344cd5ef
+5
View File
@@ -16,6 +16,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-voNR8hIYGbMXL87c5csYJvoSyH2ht+2Y8mnT6AKgVVU=";
};
postPatch = ''
substituteInPlace fs_wget.c \
--replace-fail '#include <curl/multi.h>' '#include <curl/curl.h>'
'';
nativeBuildInputs = [ SDL ];
buildInputs = [