@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user