lol

exiftool: fix mainProgram

By default `lib.getExe` and `nix run` assume there is a binary at
"$out/bin/$pname" unless "meta.mainProgram" is specified. Since the
pname here is "perl5.34.1-Image-ExifTool", pass the "meta.mainProgram".

authored by zimbatm.tngl.sh and committed by

Bjørn Forsman 4e9d1ca3 33392fff

+2
+2
pkgs/top-level/perl-packages.nix
··· 11511 11511 description = "A tool to read, write and edit EXIF meta information"; 11512 11512 homepage = "https://exiftool.org/"; 11513 11513 11514 + mainProgram = "exiftool"; 11515 + 11514 11516 longDescription = '' 11515 11517 ExifTool is a platform-independent Perl library plus a command-line 11516 11518 application for reading, writing and editing meta information in a wide