exiftool: add passthru.updateScript
This commit is contained in:
parent
9e0b98c309
commit
74194ca563
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
, stdenv
|
||||
, buildPerlPackage
|
||||
, fetchurl
|
||||
, gitUpdater
|
||||
, shortenPerlShebang
|
||||
}:
|
||||
|
||||
|
@ -19,6 +20,12 @@ buildPerlPackage rec {
|
|||
shortenPerlShebang $out/bin/exiftool
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = gitUpdater {
|
||||
url = "https://github.com/exiftool/exiftool.git";
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A tool to read, write and edit EXIF meta information";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue