7 stdenvNoCC.mkDerivation rec {
8 pname = "retroarch-joypad-autoconfig";
11 src = fetchFromGitHub {
13 repo = "retroarch-joypad-autoconfig";
15 hash = "sha256-iwxTMwGHix2K5UyjBWFamyo3nVULxwbIF+djyQWz5L0=";
22 passthru.updateScript = gitUpdater {
27 description = "Joypad autoconfig files";
28 homepage = "https://www.libretro.com/";
29 license = licenses.mit;
30 maintainers = with maintainers; teams.libretro.members ++ [ ];
31 platforms = platforms.all;