khal: add setuptools_scm to dependencies
This is required because vdirsyncer does not depend on it at runtime anymore.
This commit is contained in:
@@ -24,6 +24,7 @@ python3Packages.buildPythonApplication rec {
|
||||
urwid
|
||||
pkginfo
|
||||
];
|
||||
buildInputs = with python3Packages; [ setuptools_scm ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://lostpackets.de/khal/;
|
||||
|
||||
Reference in New Issue
Block a user