khard: Fix version 0.8.1 runtime error by rewriting dependencies

+2 -1
+2 -1
pkgs/applications/misc/khard/default.nix
··· 11 11 }; 12 12 13 13 propagatedBuildInputs = with pythonPackages; [ 14 + atomicwrites 14 15 configobj 15 16 vobject 16 17 argparse 18 + pyyaml 17 19 ]; 18 20 19 21 buildInputs = with pythonPackages; [ 20 22 pkgs.vdirsyncer 21 - pyyaml 22 23 ]; 23 24 24 25 meta = {