20 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 hash = "sha256-1Rso7/S95+8KPoKa+3oFPJBWE+YGw4Qqo3Hn+crxNio=";
29 fetchSubmodules = true;
54 wrapProgram $out/bin/flycast --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ vulkan-loader ]}
58 homepage = "https://github.com/flyinghead/flycast";
59 changelog = "https://github.com/flyinghead/flycast/releases/tag/v${version}";
60 description = "Multi-platform Sega Dreamcast, Naomi and Atomiswave emulator";
61 mainProgram = "flycast";
62 license = licenses.gpl2Only;
63 platforms = platforms.unix;