Loading pkgs/servers/photofield/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ , makeWrapper , exiftool , ffmpeg , testers , photofield }: let Loading Loading @@ -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"; Loading Loading
pkgs/servers/photofield/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ , makeWrapper , exiftool , ffmpeg , testers , photofield }: let Loading Loading @@ -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"; Loading