13 buildPythonApplication {
15 version = "unstable-2020-12-07";
17 src = fetchFromGitHub {
20 rev = "a41d0f11bb6af4f08e724b8ccddf8513d905c0d1";
21 sha256 = "sha256-z0AyTbOEE60j/883X17mxgoaVlryNtn0dfEB0C18G2s=";
34 propagatedBuildInputs = [
41 # Cannot find pango without strictDeps = false
49 makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ffmpeg-full ]}" ];
52 mkdir -p $man/share/man/man1
53 cp man/escrotum.1 $man/share/man/man1/
57 homepage = "https://github.com/Roger/escrotum";
58 description = "Linux screen capture using pygtk, inspired by scrot";
59 platforms = platforms.linux;
60 maintainers = with maintainers; [ rasendubi ];
61 license = licenses.gpl3;
62 mainProgram = "escrotum";