gtg: unstable-2020-09-16 -> unstable-2020-10-22

This commit is contained in:
Moritz Scheuren 2020-10-22 19:03:15 +02:00
parent 506e73b1b6
commit 479c17818f

View File

@ -11,17 +11,18 @@
, pango , pango
, gdk-pixbuf , gdk-pixbuf
, gobject-introspection , gobject-introspection
, xvfb_run
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "gtg"; pname = "gtg";
version = "unstable-2020-09-16"; version = "unstable-2020-10-22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getting-things-gnome"; owner = "getting-things-gnome";
repo = "gtg"; repo = "gtg";
rev = "1be991c6d7f7b2e4b8ac16f82e8a07f9dce4272f"; rev = "144814c16723fa9d00e17e047df5d79ab443fc5f";
sha256 = "1f5acpjwnp08c78dds7xm22qjzcfnx2qs121yvm3rswkh27s4n23"; sha256 = "1lpanfbj8y8b6cqp92lgbvfs8irrc5bsdffzcjcycazv19qm7z2n";
}; };
@ -45,7 +46,6 @@ python3Packages.buildPythonApplication rec {
pycairo pycairo
pygobject3 pygobject3
lxml lxml
dbus-python
gst-python gst-python
liblarch liblarch
]; ];
@ -53,12 +53,13 @@ python3Packages.buildPythonApplication rec {
checkInputs = with python3Packages; [ checkInputs = with python3Packages; [
nose nose
mock mock
xvfb_run
]; ];
format = "other"; format = "other";
strictDeps = false; # gobject-introspection does not run with strictDeps (https://github.com/NixOS/nixpkgs/issues/56943) strictDeps = false; # gobject-introspection does not run with strictDeps (https://github.com/NixOS/nixpkgs/issues/56943)
checkPhase = "python3 ../run-tests"; checkPhase = "xvfb-run python3 ../run-tests";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = " A personal tasks and TODO-list items organizer"; description = " A personal tasks and TODO-list items organizer";