app-emacs/flycheck-guile: call elisp_pkg_setup too

Fixes: fe861bad915ba95e8f1f66851efe897e90ad5084
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-11-25 19:50:42 +00:00
parent 9ff35b2bb6
commit 7725c94ca2
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -29,6 +29,11 @@ RDEPEND="
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
pkg_setup() {
elisp_pkg_setup
guile-single_pkg_setup
}
src_prepare() {
elisp_src_prepare