offpunk: Add passthru.tests.version

This commit is contained in:
Damien Cassou 2022-08-04 13:43:46 +02:00
parent 7e00754625
commit 6d5eb2f5ef
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -52,6 +52,8 @@ python3Packages.buildPythonPackage rec {
installManPage man/*.1
'';
passthru.tests.version = testers.testVersion { package = offpunk; };
meta = with lib; {
description = "An Offline-First browser for the smolnet ";
homepage = src.meta.homepage;