1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #13128 from matthiasbeyer/fix-khard

Fix broken "khard"
This commit is contained in:
Pascal Wittmann 2016-02-19 17:08:06 +01:00
commit 7309804597

View file

@ -11,14 +11,15 @@ pythonPackages.buildPythonPackage rec {
};
propagatedBuildInputs = with pythonPackages; [
atomicwrites
configobj
vobject
argparse
pyyaml
];
buildInputs = with pythonPackages; [
pkgs.vdirsyncer
pyyaml
];
meta = {