[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: gtk: Add missing input.
From: |
guix-commits |
Subject: |
01/06: gnu: gtk: Add missing input. |
Date: |
Fri, 2 Sep 2022 11:57:58 -0400 (EDT) |
lilyp pushed a commit to branch core-updates
in repository guix.
commit 286aedd14ef114410d751bb08337a5274e025f61
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Aug 15 21:36:53 2022 +0200
gnu: gtk: Add missing input.
* 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 4e9c39ea67..5c514432e9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1204,6 +1204,7 @@ application suites.")
iso-codes
json-glib
libcloudproviders ;for cloud-providers support
+ libgudev ;for gstreamer-gl
libjpeg-turbo
libpng
librsvg
- branch core-updates updated (08380429b8 -> 42e3089752), guix-commits, 2022/09/02
- 05/06: guix: build: Avoid using magic literals in the code for hash length., guix-commits, 2022/09/02
- 04/06: guix: build: Promote local define-inline to a define-constant util., guix-commits, 2022/09/02
- 06/06: guix: build: Factor out default collision-resolver., guix-commits, 2022/09/02
- 01/06: gnu: gtk: Add missing input.,
guix-commits <=
- 02/06: gnu: gtksourceview: Update to 5.4.2., guix-commits, 2022/09/02
- 03/06: gnu: Make gtksourceview-5 the default gtksourceview., guix-commits, 2022/09/02