mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00: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 a new issue