[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57230] [PATCH core-updates 1/3] gnu: gtk: Add missing input.
From: |
Liliana Marie Prikler |
Subject: |
[bug#57230] [PATCH core-updates 1/3] gnu: gtk: Add missing input. |
Date: |
Mon, 15 Aug 2022 21:36:53 +0200 |
* gnu/packages/gtk.scm (gtk)[inputs]: Add libgudev.
---
gnu/packages/gtk.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ab0f3e2467..b3f2439c37 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1238,6 +1238,7 @@ (define-public gtk
iso-codes
json-glib
libcloudproviders ;for cloud-providers support
+ libgudev ;for gstreamer-gl
libjpeg-turbo
libpng
librsvg
--
2.37.1