Loading pkgs/applications/misc/khard/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -10,10 +10,15 @@ python3.pkgs.buildPythonApplication rec { }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ python3.pkgs.setuptools-scm nativeBuildInputs = with python3.pkgs; [ setuptools-scm sphinxHook sphinx-autoapi sphinx-autodoc-typehints ]; sphinxBuilders = [ "man" ]; propagatedBuildInputs = with python3.pkgs; [ atomicwrites configobj Loading @@ -40,5 +45,6 @@ python3.pkgs.buildPythonApplication rec { description = "Console carddav client"; license = lib.licenses.gpl3; maintainers = with lib.maintainers; [ matthiasbeyer ]; mainProgram = "khard"; }; } Loading
pkgs/applications/misc/khard/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -10,10 +10,15 @@ python3.pkgs.buildPythonApplication rec { }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ python3.pkgs.setuptools-scm nativeBuildInputs = with python3.pkgs; [ setuptools-scm sphinxHook sphinx-autoapi sphinx-autodoc-typehints ]; sphinxBuilders = [ "man" ]; propagatedBuildInputs = with python3.pkgs; [ atomicwrites configobj Loading @@ -40,5 +45,6 @@ python3.pkgs.buildPythonApplication rec { description = "Console carddav client"; license = lib.licenses.gpl3; maintainers = with lib.maintainers; [ matthiasbeyer ]; mainProgram = "khard"; }; }