net-dns/AdGuardHome: use go-module_src_unpack

as default src_unpack wasn't setting GO environment properly

Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
This commit is contained in:
Rahil Bhimjiani
2026-06-07 13:47:35 +05:30
parent dcc8db420d
commit b1d77db067

View File

@@ -46,10 +46,6 @@ Web UI: 0.0.0.0:3000\n
Data directory: /var/lib/${PN}\n
Default config: /var/lib/${PN}/${PN}.yaml
"
src_unpack() {
# because we're using vendor/ so we don't need go-module_src_unpack
default
}
src_prepare() {
default