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:
parent
40c586b7ce
commit
c8698919da
1 changed files with 0 additions and 4 deletions
|
@ -18,10 +18,6 @@ pythonPackages.buildPythonApplication rec {
|
|||
pyyaml
|
||||
];
|
||||
|
||||
buildInputs = with pythonPackages; [
|
||||
pkgs.vdirsyncer
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/scheibler/khard;
|
||||
description = "Console carddav client";
|
||||
|
|
Loading…
Reference in a new issue