Merge pull request #6026 from DamienCassou/vobject-not-for-python3
Fix pythonPackages.vobject not building in Python3
This commit is contained in:
commit
4e7bb192a7
|
@ -7638,6 +7638,8 @@ let
|
|||
sha256 = "1xanqn7rn96841s3lim5lnx5743gc4kyfg4ggj1ys5r0gw8i6har";
|
||||
};
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
propagatedBuildInputs = with self; [ dateutil ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in New Issue