Fix: khal 0.4.0 does not work with python 3

This commit is contained in:
Matthias Beyer 2015-05-17 19:34:16 +02:00
parent f26476f7d4
commit f49d2e9953
1 changed files with 1 additions and 3 deletions

View File

@ -11390,9 +11390,7 @@ let
keymon = callPackage ../applications/video/key-mon { };
khal = callPackage ../applications/misc/khal {
pythonPackages = python3Packages;
};
khal = callPackage ../applications/misc/khal { };
kid3 = callPackage ../applications/audio/kid3 {
qt = qt4;