12 stdenvNoCC.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "19l46m1f32b3bagzrhaqsfnl5n3wbrmg3sdy6fdss4y1yf6nqayk";
27 installFlags = [ "PREFIX=${placeholder "out"}" ];
29 nativeBuildInputs = [ makeWrapper ];
32 wrapProgram $out/bin/giph \
33 --prefix PATH : ${lib.makeBinPath [ ffmpeg xdotool libnotify slop procps ]}
37 homepage = "https://github.com/phisch/giph";
38 description = "Simple gif recorder";
39 license = licenses.mit;
40 maintainers = [ maintainers.lom ];
41 platforms = platforms.linux;