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 wrapGAppsHook3 ];
49 description = "Game of playing music using a MIDI keyboard following a MIDI file";
50 mainProgram = "linthesia";
51 inherit (src.meta) homepage;
52 license = licenses.gpl2Plus;
53 platforms = platforms.linux;