community/lnav: add missing dependency on tzdata

Whenever pressing `:` in lnav, the program exits. Running lnav with `-d
lnav.debug`, reveals the issue:

> E t8 lnav_log.cc:650 error: discover_tz_dir failed to find zoneinfo

It exits because it cannot find zoneinfo. Installing tzdata fixes the
issue.
This commit is contained in:
Kevin Daudt 2025-01-23 15:28:47 +00:00
parent a3b65494bf
commit 2ffe5aea10

View File

@ -2,11 +2,12 @@
# Maintainer: Heiko Bernloehr <Heiko.Bernloehr@FreeIT.de>
pkgname=lnav
pkgver=0.12.2
pkgrel=0
pkgrel=1
pkgdesc="advanced log file navigator and viewer"
url="https://lnav.org"
arch="all"
license="BSD-2-Clause"
depends="tzdata"
makedepends="
bash
bzip2-dev