From 38e2be2728b06abf381b3e968c7dc9843a028952 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 31 Oct 2024 14:38:33 +0800 Subject: [PATCH] rosenthal: wlroots-for-hyprland: Remove non-existent reference. * rosenthal/packages/wm.scm (wlroots-for-hyprland)[propagated-inputs]: Remove reference to libinput-minimal-1.24.0. --- rosenthal/packages/wm.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/rosenthal/packages/wm.scm b/rosenthal/packages/wm.scm index 1115735..aab94a2 100644 --- a/rosenthal/packages/wm.scm +++ b/rosenthal/packages/wm.scm @@ -149,7 +149,6 @@ command line tool called @code{udcli} that incorporates the library.") (propagated-inputs (modify-inputs (package-propagated-inputs wlroots) (prepend libdrm-for-hyprland) - (replace "libinput-minimal" libinput-minimal-1.24.0) (replace "wayland-protocols" wayland-protocols-for-hyprland))) (native-inputs (modify-inputs (package-native-inputs base)