offpunk: don't use alias for testVersion

This commit is contained in:
Martin Weinelt 2022-08-13 12:29:46 +02:00
parent b4110fd26e
commit ce29c9f8eb
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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