6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "eliasdorneles";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-5WhflvUCjzW4ZJ+PLUTMbKcUnQa3ChkDjl0R5YvjBWk=";
24 nativeBuildInputs = with python3.pkgs; [
28 propagatedBuildInputs = with python3.pkgs; [
33 pythonImportsCheck = [
38 description = "Piano in your terminal";
39 homepage = "https://github.com/eliasdorneles/upiano";
40 license = licenses.mit;
41 maintainers = with maintainers; [ figsoda ];
42 mainProgram = "upiano";