khard: remove dependency to vdirsyncer

khard and vdirsyncer can be used together, but there are no real
dependency between them.
This commit is contained in:
Damien Cassou 2016-03-03 16:29:51 +01:00
parent 40c586b7ce
commit c8698919da

View File

@ -18,10 +18,6 @@ pythonPackages.buildPythonApplication rec {
pyyaml
];
buildInputs = with pythonPackages; [
pkgs.vdirsyncer
];
meta = {
homepage = https://github.com/scheibler/khard;
description = "Console carddav client";