tinyemu: fix build (#458195)

This commit is contained in:
Grimmauld
2025-11-07 15:23:32 +00:00
committed by GitHub
+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 = [