mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
khard: fix eval, add import check
This commit is contained in:
parent
933da575d4
commit
6a584e15fb
@ -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