13 pname = "vgmplay-libvgm";
14 version = "unstable-2024-01-03";
16 src = fetchFromGitHub {
18 repo = "vgmplay-libvgm";
19 rev = "7db1c63c056d79a8f9f533aa7eb82b7fdf7d456c";
20 hash = "sha256-GjBwu8Y/lOI8SLO4SrAWcntQIwKe/hXuh9tKbOPHQiA=";
23 nativeBuildInputs = [ cmake pkg-config ];
25 buildInputs = [ zlib libvgm inih ];
28 install -Dm644 ../VGMPlay.ini $out/share/vgmplay/VGMPlay.ini
31 passthru.updateScript = unstableGitUpdater {
32 url = "https://github.com/ValleyBell/vgmplay-libvgm.git";
36 mainProgram = "vgmplay";
37 homepage = "https://github.com/ValleyBell/vgmplay-libvgm";
38 description = "New VGMPlay, based on libvgm";
39 license = licenses.unfree; # no licensing text anywhere yet
40 maintainers = with maintainers; [ OPNA2608 ];
41 platforms = platforms.all;