diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-24 11:25:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-24 12:27:12 +0100 |
commit | 6a4d9443f0e1fd971280cbf8b2b02b4bcd5cfa34 (patch) | |
tree | 4bb8e63099cfc2da31903009aa2cfb4db603d435 | |
parent | f87bb657e553372672c9d2ee7672e1c425809d56 (diff) | |
download | aports-6a4d9443f0e1fd971280cbf8b2b02b4bcd5cfa34.tar.bz2 aports-6a4d9443f0e1fd971280cbf8b2b02b4bcd5cfa34.tar.xz |
community/hexchat: build with python3-embed
fixes #11066
(cherry picked from commit 21535a76ca4f9fbf54063043b9ac68157a19fcdf)
-rw-r--r-- | community/hexchat/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/hexchat/APKBUILD b/community/hexchat/APKBUILD index 98d71d085a..eaa44314b4 100644 --- a/community/hexchat/APKBUILD +++ b/community/hexchat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat pkgver=2.14.3 -pkgrel=0 +pkgrel=1 pkgdesc="Graphical IRC client based on XChat" url="https://hexchat.github.io" arch="all !armhf !armv7" @@ -18,6 +18,7 @@ build() { -Dwith-lua=lua5.3 \ -Dwith-sysinfo=false \ -Dwith-libcanberra=false \ + -Dwith-python=python3-embed \ build_dir/ ninja -C build_dir/ } |