Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fffe30c22a09
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d43bb9a9239
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 22, 2020

  1. Copy the full SHA
    479c178 View commit details

Commits on Nov 27, 2020

  1. Merge pull request #101399 from oyren/gtg

    gtg: unstable-2020-09-16 -> unstable-2020-10-22
    SuperSandro2000 authored Nov 27, 2020
    Copy the full SHA
    4d43bb9 View commit details
Showing with 6 additions and 5 deletions.
  1. +6 −5 pkgs/applications/office/gtg/default.nix
11 changes: 6 additions & 5 deletions pkgs/applications/office/gtg/default.nix
Original file line number Diff line number Diff line change
@@ -11,17 +11,18 @@
, pango
, gdk-pixbuf
, gobject-introspection
, xvfb_run
}:

python3Packages.buildPythonApplication rec {
pname = "gtg";
version = "unstable-2020-09-16";
version = "unstable-2020-10-22";

src = fetchFromGitHub {
owner = "getting-things-gnome";
repo = "gtg";
rev = "1be991c6d7f7b2e4b8ac16f82e8a07f9dce4272f";
sha256 = "1f5acpjwnp08c78dds7xm22qjzcfnx2qs121yvm3rswkh27s4n23";
rev = "144814c16723fa9d00e17e047df5d79ab443fc5f";
sha256 = "1lpanfbj8y8b6cqp92lgbvfs8irrc5bsdffzcjcycazv19qm7z2n";
};


@@ -45,20 +46,20 @@ python3Packages.buildPythonApplication rec {
pycairo
pygobject3
lxml
dbus-python
gst-python
liblarch
];

checkInputs = with python3Packages; [
nose
mock
xvfb_run
];

format = "other";
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; {
description = " A personal tasks and TODO-list items organizer";