5 , withSpeech ? !stdenv.isDarwin
14 src = fetchFromGitHub {
15 owner = "remotemobprogramming";
18 sha256 = "sha256-uFtE7AprM/ye2sBQeszYy07RV7RmmqD9TGcTTuZwOfY=";
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";
39 homepage = "https://github.com/remotemobprogramming/mob";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ericdallo ];