photofield: add passthru.tests.version

This commit is contained in:
Anthony Roussel 2023-11-23 13:11:19 +01:00
parent f8adf710cb
commit 469d56aedd
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -5,6 +5,8 @@
, makeWrapper
, exiftool
, ffmpeg
, testers
, photofield
}:
let
@ -61,6 +63,11 @@ buildGoModule rec {
--prefix PATH : "${lib.makeBinPath [exiftool ffmpeg]}"
'';
passthru.tests.version = testers.testVersion {
package = photofield;
command = "photofield -version";
};
meta = with lib; {
description = "Experimental fast photo viewer";
homepage = "https://github.com/SmilyOrg/photofield";