photofield: add passthru.tests.version

This commit is contained in:
Anthony Roussel
2023-11-25 18:22:40 +01:00
parent f8adf710cb
commit 469d56aedd
+7
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";