khal: patch to fix calendar popup

This commit is contained in:
Augustin Trancart
2025-12-08 10:33:05 +01:00
parent a60d5aa354
commit 2c52db6672
+10
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
glibcLocales,
installShellFiles,
python3Packages,
@@ -20,6 +21,15 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-pbBdScyYQMdT2NjCk2dKPkR75Zcizzco2IkXpHkgPR8=";
};
patches = [
# https://github.com/pimutils/khal/pull/1418/
(fetchpatch {
name = "fix_calendar_popup";
url = "https://github.com/pimutils/khal/commit/3fadf020bb65c9c95bba46b5d3695c2565cceacd.patch";
hash = "sha256-KhqP0RLLOXm1d/4rCVAb5f7v0q7N0/U2iM23+TcnJhY=";
})
];
build-system = with python3Packages; [
setuptools
setuptools-scm