mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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:
parent
a3b65494bf
commit
2ffe5aea10
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user