17 src = fetchFromGitHub {
21 hash = "sha256-bQ2546q+oachvuNKMJHjQzF6uv06LG+f7eFQPoAn6mw=";
24 rustPlatform.buildRustPackage {
41 lockFile = ./Cargo.lock;
43 "mpeg_encoder-0.2.1" = "sha256-+BNZZ1FIr1374n8Zs1mww2w3eWHOH6ENOTYXz9RT2Ck=";
48 "-p neothesia -p neothesia-cli"
52 wrapProgram $out/bin/neothesia --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ wayland libxkbcommon vulkan-loader xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrender ]}"
53 install -Dm 644 flatpak/com.github.polymeilex.neothesia.desktop $out/share/applications/com.github.polymeilex.neothesia.desktop
54 install -Dm 644 flatpak/com.github.polymeilex.neothesia.png $out/share/icons/hicolor/256x256/apps/com.github.polymeilex.neothesia.png
58 LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
62 description = "Flashy Synthesia Like Software For Linux, Windows and macOS";
63 homepage = "https://github.com/PolyMeilex/Neothesia";
64 license = lib.licenses.gpl3;
65 platforms = lib.platforms.linux;
66 mainProgram = "neothesia";