simp_le: add mock to checkInputs
This commit is contained in:
@@ -22,6 +22,8 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ acme setuptools_scm josepy idna ];
|
propagatedBuildInputs = with python3Packages; [ acme setuptools_scm josepy idna ];
|
||||||
|
|
||||||
|
checkInputs = with python3Packages; [ mock ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/zenhack/simp_le";
|
homepage = "https://github.com/zenhack/simp_le";
|
||||||
description = "Simple Let's Encrypt client";
|
description = "Simple Let's Encrypt client";
|
||||||
|
|||||||
Reference in New Issue
Block a user