mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
offpunk: Add passthru.tests.version
This commit is contained in:
parent
7b5cf21d2e
commit
ff6a0037d9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user