offpunk: Add passthru.tests.version

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

View File

@ -6,6 +6,7 @@
offpunk,
python3,
stdenv,
testVersion,
timg,
xdg-utils,
xsel,
@ -54,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.tests.version = testVersion { package = offpunk; };
meta = with lib; {
description = "An Offline-First browser for the smolnet ";
homepage = "https://notabug.org/ploum/offpunk";