From 17577c1e61587b57fbfcef38faf9dd4e96a8e720 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 18 Jun 2016 20:52:14 +0200 Subject: [PATCH] Add vdirsyncer, khal, and khard. --- common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.nix b/common.nix index 4e906db..d4d26de 100644 --- a/common.nix +++ b/common.nix @@ -83,6 +83,7 @@ isync mu msmtp + vdirsyncer khard khal veriT minisat @@ -127,6 +128,9 @@ extraPythonPackages = [ pkgs.pythonPackages.websocket_client ]; }; + # remove with khal 0.9.0 + khal = khal.overrideDerivation (oldAttrs: { checkPhase = ""; installCheckPhase = "true"; }); + stable = stable; };