mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
khard: Fix version 0.8.1 runtime error by rewriting dependencies
This commit is contained in:
parent
360b5ab9b6
commit
24edc61fcd
1 changed files with 2 additions and 1 deletions
|
@ -11,14 +11,15 @@ pythonPackages.buildPythonPackage rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
atomicwrites
|
||||
configobj
|
||||
vobject
|
||||
argparse
|
||||
pyyaml
|
||||
];
|
||||
|
||||
buildInputs = with pythonPackages; [
|
||||
pkgs.vdirsyncer
|
||||
pyyaml
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue