Loading pkgs/by-name/kh/khal/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, glibcLocales, installShellFiles, python3Packages, Loading @@ -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 Loading Loading
pkgs/by-name/kh/khal/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, glibcLocales, installShellFiles, python3Packages, Loading @@ -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 Loading