Unverified Commit ff6a0037 authored by Damien Cassou's avatar Damien Cassou
Browse files

offpunk: Add passthru.tests.version

parent 7b5cf21d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";