libtas: Fix "undefined symbol: SDL_Log" errors

+8
+8
pkgs/by-name/li/libtas/package.nix
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 autoreconfHook, 6 pkg-config, 7 SDL2, ··· 24 rev = "v${finalAttrs.version}"; 25 hash = "sha256-/hyKJ8HGLN7hT+9If/lcp0C7GnhJMRpc7EKDgA1kQcI="; 26 }; 27 28 nativeBuildInputs = [ 29 autoreconfHook
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 + fetchurl, 6 autoreconfHook, 7 pkg-config, 8 SDL2, ··· 25 rev = "v${finalAttrs.version}"; 26 hash = "sha256-/hyKJ8HGLN7hT+9If/lcp0C7GnhJMRpc7EKDgA1kQcI="; 27 }; 28 + patches = [ 29 + # Fixes `undefined symbol: SDL_Log` errors 30 + (fetchurl { 31 + url = "https://github.com/clementgallet/libTAS/commit/779ff0fb0f3accfc62949680d85ecf96b28d18ef.patch"; 32 + hash = "sha256-xAaTWIXt8FkMu6GE5mBWtLypROFZ1aEqmBTtG+6rTWk="; 33 + }) 34 + ]; 35 36 nativeBuildInputs = [ 37 autoreconfHook