simp_le: add mock to checkInputs

wip/yesman
Robert Schütz 3 years ago
parent d869ed778e
commit b9c178aa6d
  1. 2
      pkgs/tools/admin/simp_le/default.nix

@ -22,6 +22,8 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ acme setuptools_scm josepy idna ];
checkInputs = with python3Packages; [ mock ];
meta = with lib; {
homepage = "https://github.com/zenhack/simp_le";
description = "Simple Let's Encrypt client";

Loading…
Cancel
Save