summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2023-07-21 03:27:20 +0300
committerSam James <sam@gentoo.org>2023-07-23 02:36:14 +0100
commit71cc36f285c34660ac8acc5cb96e86470f0bc02b (patch)
treeed16474f78af4df699fa156490f7ec6bc8a11bde /gui-wm
parentsys-apps/systemd: apply initrd-generators patch to 254 (diff)
downloadgentoo-71cc36f285c34660ac8acc5cb96e86470f0bc02b.tar.gz
gentoo-71cc36f285c34660ac8acc5cb96e86470f0bc02b.tar.bz2
gentoo-71cc36f285c34660ac8acc5cb96e86470f0bc02b.zip
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>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/hyprland/hyprland-0.27.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/hyprland/hyprland-0.27.2.ebuild b/gui-wm/hyprland/hyprland-0.27.2.ebuild
index e67a76f747bd..1a9d8c41a453 100644
--- a/gui-wm/hyprland/hyprland-0.27.2.ebuild
+++ b/gui-wm/hyprland/hyprland-0.27.2.ebuild
@@ -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