Merge pull request #13128 from matthiasbeyer/fix-khard
Fix broken "khard"
This commit is contained in:
commit
7309804597
@ -11,14 +11,15 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
|
atomicwrites
|
||||||
configobj
|
configobj
|
||||||
vobject
|
vobject
|
||||||
argparse
|
argparse
|
||||||
|
pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [
|
buildInputs = with pythonPackages; [
|
||||||
pkgs.vdirsyncer
|
pkgs.vdirsyncer
|
||||||
pyyaml
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user