Merge pull request #144786 from SuperSandro2000/khard

authored by

Sandro and committed by
GitHub
a219d63b 933da575

+3 -2
+3 -2
pkgs/applications/misc/khard/default.nix
··· 17 17 propagatedBuildInputs = with python3.pkgs; [ 18 18 atomicwrites 19 19 configobj 20 - vobject 21 20 ruamel-yaml 22 - ruamel_base 23 21 unidecode 22 + vobject 24 23 ]; 25 24 26 25 postInstall = '' ··· 31 30 # see https://github.com/scheibler/khard/issues/263 32 31 export COLUMNS=80 33 32 ''; 33 + 34 + pythonImportsCheck = [ "khard" ]; 34 35 35 36 meta = { 36 37 homepage = "https://github.com/scheibler/khard";