mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:21:57 +03:00
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
|
||||
pkginfo
|
||||
];
|
||||
buildInputs = with python3Packages; [ setuptools_scm ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://lostpackets.de/khal/;
|
||||
|
Loading…
Reference in New Issue
Block a user