4 , gobject-introspection
15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitHub {
22 rev = "v${finalAttrs.version}";
23 hash = "sha256-m36YHIo1PaDunnC12feSAbwwG1+E7s90fzOKskHtIag=";
38 (python3.withPackages (ps: with ps; [
44 changelog = "https://github.com/fkinoshita/Telegraph/releases/v${finalAttrs.version}";
45 description = "Write and decode Morse";
46 homepage = "https://github.com/fkinoshita/Telegraph";
47 license = licenses.gpl3Only;
48 mainProgram = "telegraph";
49 maintainers = with maintainers; [ michaelgrahamevans ];
50 platforms = platforms.linux;