guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: wpewebkit: Add missing input.


From: guix-commits
Subject: 03/08: gnu: wpewebkit: Add missing input.
Date: Sun, 24 Nov 2024 04:10:20 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit b2ed7460c4206f25026911ad83772901eef4bddf
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Nov 23 22:02:33 2024 +0100

    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 d5b0801a7b..268b36a781 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]