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