Merge pull request #144786 from SuperSandro2000/khard

This commit is contained in:
Sandro 2021-11-05 21:27:16 +01:00 committed by GitHub
commit a219d63b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,9 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
atomicwrites
configobj
vobject
ruamel-yaml
ruamel_base
unidecode
vobject
];
postInstall = ''
@ -32,6 +31,8 @@ python3.pkgs.buildPythonApplication rec {
export COLUMNS=80
'';
pythonImportsCheck = [ "khard" ];
meta = {
homepage = "https://github.com/scheibler/khard";
description = "Console carddav client";