mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
libpsl: fix builtin list compilation
libpsl require an unicode library for building builtin data.
This commit is contained in:
parent
566ca9fe6f
commit
fb5bb2f456
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'libpsl'
|
# Template file for 'libpsl'
|
||||||
pkgname=libpsl
|
pkgname=libpsl
|
||||||
version=0.21.0
|
version=0.21.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
|
makedepends="icu-devel"
|
||||||
short_desc="Public Suffix List library functions"
|
short_desc="Public Suffix List library functions"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue