Merge pull request #13917 from DamienCassou/khal-needs-setuptools_scm
khal: add setuptools_scm to dependencies
This commit is contained in:
commit
87189b06ec
@ -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