gui-wm/hyprland: use updated patch for VIDEO_CARDS=nvidia

Closes: https://bugs.gentoo.org/910576
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31983
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2023-07-21 03:27:20 +03:00
committed by Sam James
parent c5aa6e1da5
commit 71cc36f285

View File

@@ -75,7 +75,7 @@ pkg_setup() {
src_prepare() {
if use video_cards_nvidia; then
cd "${S}/subprojects/wlroots" || die
eapply "${FILESDIR}/nvidia-0.25.0.patch"
eapply "${S}/nix/wlroots-nvidia.patch"
cd "${S}" || die
fi