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