mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
app-emacs/flycheck-guile: call elisp_pkg_setup too
Fixes: fe861bad915ba95e8f1f66851efe897e90ad5084 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
9ff35b2bb6
commit
7725c94ca2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user