Merge pull request #67677 from rasendubi/escrotum-update
escrotum: 2017-01-28 -> 2019-06-10
This commit is contained in:
commit
9f09a6f24e
@ -4,17 +4,24 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication {
|
buildPythonApplication {
|
||||||
name = "escrotum-2017-01-28";
|
name = "escrotum-2019-06-10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Roger";
|
owner = "Roger";
|
||||||
repo = "escrotum";
|
repo = "escrotum";
|
||||||
rev = "a51e330f976c1c9e1ac6932c04c41381722d2171";
|
rev = "f6c300315cb4402e37f16b56aad2d206e24c5281";
|
||||||
sha256 = "0vbpyihqgm0fyh22ashy4lhsrk67n31nw3bs14d1wr7ky0l3rdnj";
|
sha256 = "0x7za74lkwn3v6j9j04ifgdwdlx9akh1izkw7vkkzj9ag9qjrzb0";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pygtk numpy ];
|
propagatedBuildInputs = [ pygtk numpy ];
|
||||||
|
|
||||||
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $man/share/man/man1
|
||||||
|
cp man/escrotum.1 $man/share/man/man1/
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/Roger/escrotum;
|
homepage = https://github.com/Roger/escrotum;
|
||||||
description = "Linux screen capture using pygtk, inspired by scrot";
|
description = "Linux screen capture using pygtk, inspired by scrot";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user