From a70a06b2a73849bb73aa38fcdfd45c3a85381954 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 23 Nov 2024 22:02:33 +0100 Subject: [PATCH] gnu: wpewebkit: Add missing input. * gnu/packages/webkit.scm (wpewebkit)[inputs]: Add libinput. --- gnu/packages/webkit.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index d5b0801a7bf..268b36a7812 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -341,6 +341,8 @@ propagated by default) such as @code{gst-plugins-good} and ((#:configure-flags flags) #~(cons "-DPORT=WPE" (delete "-DPORT=GTK" #$flags))))) + (inputs (modify-inputs (package-inputs webkitgtk) + (prepend libinput))) (synopsis "WebKit port optimized for embedded devices") (description "WPE WebKit allows embedders to create simple and performant systems based on Web platform technologies. It is designed with hardware