[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
- branch gnome-team updated (e58724c4e0 -> 5c00ceb3be), guix-commits, 2024/11/24
- 01/08: gnu: blueprint-compiler-0.4: Fix build., guix-commits, 2024/11/24
- 07/08: gnu: fontmanager: Update to 0.9.0., guix-commits, 2024/11/24
- 03/08: gnu: wpewebkit: Add missing input.,
guix-commits <=
- 04/08: gnu: libgdata: Fix build., guix-commits, 2024/11/24
- 05/08: gnu: gvfs: Patch mount, umount and lsof commands., guix-commits, 2024/11/24
- 08/08: gnu: fontmanager: Use gexps and drop input labels., guix-commits, 2024/11/24
- 06/08: gnu: nautilus: Update to 46.2., guix-commits, 2024/11/24
- 02/08: gnu: network-manager: Fix build., guix-commits, 2024/11/24