mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #186422 from mweinelt/offpunk-testers
This commit is contained in:
commit
33ad9bea28
1 changed files with 2 additions and 2 deletions
|
@ -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 ";
|
||||
|
|
Loading…
Reference in a new issue