7 stdenv.mkDerivation (finalAttrs: {
8 pname = "mednafen-server";
12 url = "https://mednafen.github.io/releases/files/mednafen-server-${finalAttrs.version}.tar.xz";
13 hash = "sha256-uJmxaMW+bydfAXq8XDOioMoBOLUsi5OT2Tpbbotsp3Y=";
19 install -m 644 -Dt $out/share/mednafen-server standard.conf
23 description = "Netplay server for Mednafen";
24 mainProgram = "mednafen-server";
25 homepage = "https://mednafen.github.io/";
26 license = lib.licenses.gpl2Plus;
27 maintainers = with lib.maintainers; [ AndersonTorres ];
28 platforms = lib.platforms.unix;