9 buildKodiBinaryAddon rec {
10 pname = "libretro-fuse";
11 namespace = "game.libretro.fuse";
14 src = fetchFromGitHub {
16 repo = "game.libretro.fuse";
17 rev = "${version}-Nexus";
18 hash = "sha256-MimwEV7YD6pMshxqbKTVbLDsPmMbqSy4HPnxwmKswpc=";
22 "-DFUSE_LIB=${fuse}/lib/retroarch/cores/fuse_libretro.so"
25 extraBuildInputs = [ fuse ];
26 propagatedBuildInputs = [
31 homepage = "https://github.com/kodi-game/game.libretro.fuse";
32 description = "Sinclair - ZX Spectrum (Fuse) GameClient for Kodi";
33 platforms = platforms.all;
34 license = licenses.gpl3Only;
35 maintainers = with maintainers; teams.kodi.members ++ [ kazenyuk ];