diff options
Diffstat (limited to 'gui-wm/hyprland/hyprland-0.27.2.ebuild')
-rw-r--r-- | gui-wm/hyprland/hyprland-0.27.2.ebuild | 2 |
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 |