20 stdenv.mkDerivation rec {
22 version = "unstable-2023-05-23";
24 src = fetchFromGitHub {
27 rev = "1f2701241f8865c2f5c14a97b81ae64884cf0396";
28 sha256 = "sha256-3uPcpDUGtAGW9q/u8Cn+0bNqikII1Y/a0PKARW/5nao=";
32 patchShebangs meson_post_install.py
35 nativeBuildInputs = [ meson ninja pkg-config python3 wrapGAppsHook ];
49 description = "A game of playing music using a MIDI keyboard following a MIDI file";
50 inherit (src.meta) homepage;
51 license = licenses.gpl2Plus;
52 platforms = platforms.linux;
53 maintainers = with maintainers; [ ckie ];