We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e98805e + 819ae16 commit 3b3d6d9Copy full SHA for 3b3d6d9
pkgs/by-name/gt/gtg/package.nix
@@ -1,6 +1,7 @@
1
{
2
lib,
3
fetchFromGitHub,
4
+ fetchpatch,
5
meson,
6
python3Packages,
7
ninja,
@@ -28,6 +29,14 @@ python3Packages.buildPythonApplication rec {
28
29
sha256 = "sha256-O8qBD92P2g8QrBdMXa6j0Ozk+W80Ny5yk0KNTy7ekfE=";
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
+ ];
39
+
40
nativeBuildInputs = [
41
meson
42
ninja
0 commit comments