From fd1570a093cb1bd820149db6c116ea2bc3a4a87a Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Sat, 5 Nov 2022 06:50:18 +0000 Subject: [PATCH] community/hledger-stockquotes: add ncurses-dev --- community/hledger-stockquotes/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/hledger-stockquotes/APKBUILD b/community/hledger-stockquotes/APKBUILD index d82fbc0093db..f261da122417 100644 --- a/community/hledger-stockquotes/APKBUILD +++ b/community/hledger-stockquotes/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="hledger addon that pulls historical stock prices for commodities" url="https://github.com/prikhi/hledger-stockquotes#readme" arch="x86_64" # limited by GHC license="BSD-3-Clause" -makedepends="ghc cabal libffi-dev zlib-dev" +makedepends="ghc cabal libffi-dev ncurses-dev zlib-dev" source="https://hackage.haskell.org/package/hledger-stockquotes-$pkgver/hledger-stockquotes-$pkgver.tar.gz cabal.project.freeze" options="!check" # fail to build for some reason -- GitLab