7 python3.pkgs.buildPythonApplication rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 hash = "sha256-gRbyUQmPtGvx5QKAyrmeJl0stp7hwLBWwjSbJajihdE=";
19 propagatedBuildInputs = with python3.pkgs; [
20 piano-transcription-inference
26 # Project has no tests
30 ''--prefix PATH : "${lib.makeBinPath [ ffmpeg ]}"''
34 description = "Simple GUI for ByteDance's Piano Transcription with Pedals";
35 mainProgram = "pianotrans";
36 homepage = "https://github.com/azuwis/pianotrans";
37 license = licenses.mit;
38 maintainers = with maintainers; [ azuwis ];