lol

gtg: replace imp with importlib (#405285)

authored by

dotlambda and committed by
GitHub
3b3d6d98 e98805e1

+9
+9
pkgs/by-name/gt/gtg/package.nix
··· 1 1 { 2 2 lib, 3 3 fetchFromGitHub, 4 + fetchpatch, 4 5 meson, 5 6 python3Packages, 6 7 ninja, ··· 27 28 rev = "v${version}"; 28 29 sha256 = "sha256-O8qBD92P2g8QrBdMXa6j0Ozk+W80Ny5yk0KNTy7ekfE="; 29 30 }; 31 + 32 + patches = [ 33 + (fetchpatch { 34 + name = "replace-imp-with-importlib.patch"; 35 + url = "https://github.com/getting-things-gnome/gtg/commit/568a00a3296d12cf3b2846c59bc99d13ecba7d47.patch"; 36 + hash = "sha256-i3F638ZGiKfSxVUZm6rzzPRpcIHLOO9dgV0SzNLSroI="; 37 + }) 38 + ]; 30 39 31 40 nativeBuildInputs = [ 32 41 meson