Merge pull request #144786 from SuperSandro2000/khard
This commit is contained in:
commit
a219d63b05
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user