Add vdirsyncer, khal, and khard.

This commit is contained in:
Gabriel Ebner 2016-06-18 20:52:14 +02:00
parent 81eb70249e
commit 17577c1e61
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,7 @@
isync isync
mu mu
msmtp msmtp
vdirsyncer khard khal
veriT veriT
minisat minisat
@ -127,6 +128,9 @@
extraPythonPackages = [ pkgs.pythonPackages.websocket_client ]; extraPythonPackages = [ pkgs.pythonPackages.websocket_client ];
}; };
# remove with khal 0.9.0
khal = khal.overrideDerivation (oldAttrs: { checkPhase = ""; installCheckPhase = "true"; });
stable = stable; stable = stable;
}; };