Unverified Commit 33ad9bea authored by Lassulus's avatar Lassulus Committed by GitHub
Browse files

Merge pull request #186422 from mweinelt/offpunk-testers

parents cf6b1a9e ce29c9f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ";