~ruther/guix-local

a70a06b2a73849bb73aa38fcdfd45c3a85381954 — Liliana Marie Prikler 1 year, 8 months ago 48e3c26
gnu: wpewebkit: Add missing input.

* gnu/packages/webkit.scm (wpewebkit)[inputs]: Add libinput.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/webkit.scm
M gnu/packages/webkit.scm => gnu/packages/webkit.scm +2 -0
@@ 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