mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 16:27:36 +00:00
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".
This commit is contained in:
parent
33392fff69
commit
4e9d1ca3a4
@ -11511,6 +11511,8 @@ let
|
||||
description = "A tool to read, write and edit EXIF meta information";
|
||||
homepage = "https://exiftool.org/";
|
||||
|
||||
mainProgram = "exiftool";
|
||||
|
||||
longDescription = ''
|
||||
ExifTool is a platform-independent Perl library plus a command-line
|
||||
application for reading, writing and editing meta information in a wide
|
||||
|
Loading…
Reference in New Issue
Block a user