av-98: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2021-02-11 16:46:34 +01:00
parent 4582127fcd
commit bdf412c408

View File

@ -12,6 +12,10 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ ansiwrap cryptography ];
# No tests are available
doCheck = false;
pythonImportsCheck = [ "av98" ];
meta = with lib; {
homepage = "https://tildegit.org/solderpunk/AV-98";
description = "Experimental console client for the Gemini protocol";