mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #13098 from DamienCassou/vdirsyncer-0.9.0
vdirsyncer: 0.8.1 -> 0.9.0
This commit is contained in:
commit
dda9f0ba23
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ pythonPackages.buildPythonPackage rec {
|
|||
atomicwrites
|
||||
];
|
||||
|
||||
# Unfortunately, checking this package seems a bit too complex
|
||||
# https://github.com/NixOS/nixpkgs/pull/13098#issuecomment-185914025
|
||||
# https://github.com/untitaker/vdirsyncer/issues/334#issuecomment-185872854
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/untitaker/vdirsyncer;
|
||||
description = "Synchronize calendars and contacts";
|
||||
|
|
Loading…
Reference in a new issue