5 , withSpeech ? !stdenv.isDarwin
14 src = fetchFromGitHub {
15 owner = "remotemobprogramming";
18 sha256 = "sha256-c6Feex0FGxxOWBEHxe0GqPHv65EwMMdxIeehZUGbl0Q=";
27 ldflags = [ "-s" "-w" ];
31 preFixup = lib.optionalString withSpeech ''
32 wrapProgram $out/bin/mob \
33 --set MOB_VOICE_COMMAND "${lib.getBin espeak-ng}/bin/espeak"
37 description = "Tool for smooth git handover";
38 homepage = "https://github.com/remotemobprogramming/mob";
39 license = licenses.mit;
40 maintainers = with maintainers; [ ericdallo ];