dev-scheme/guile-zstd: add missing pkgconfig dependencies

as also declared inside this pkg guix.scm

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-02-28 21:22:38 +01:00
parent 212af90137
commit 07eabe284e

View File

@@ -31,6 +31,9 @@ RDEPEND="
DEPEND="
${RDEPEND}
"
BDEPEND="
virtual/pkgconfig
"
DOCS=( AUTHORS ChangeLog NEWS README )