13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
18 owner = "linux-speakup";
21 hash = "sha256-Qjdg1kParsnpb8Lv51wXLdrLufxtbBTsP8B3t53islI=";
37 PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system";
40 homepage = "https://github.com/linux-speakup/espeakup";
41 description = "Lightweight connector for espeak-ng and speakup";
42 license = licenses.gpl3Plus;
43 maintainers = with maintainers; [ ethindp ];
44 platforms = with platforms; linux;
45 mainProgram = "espeakup";