av-98: add pythonImportsCheck
This commit is contained in:
parent
4582127fcd
commit
bdf412c408
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ python3Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ ansiwrap cryptography ];
|
propagatedBuildInputs = with python3Packages; [ ansiwrap cryptography ];
|
||||||
|
|
||||||
|
# No tests are available
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "av98" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://tildegit.org/solderpunk/AV-98";
|
homepage = "https://tildegit.org/solderpunk/AV-98";
|
||||||
description = "Experimental console client for the Gemini protocol";
|
description = "Experimental console client for the Gemini protocol";
|
||||||
|
|
Loading…
Reference in a new issue