From 92b9cdd569ce8dbec768ebf756d524f39ecd5421 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 31 Jul 2020 15:06:11 +0200 Subject: gnu: system-config-printer: Make namespace Gdk available. Fixes . * gnu/packages/gnome.scm (system-config-printer)[inputs]: Add gtk+. Signed-off-by: Tobias Geerinckx-Rice --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ed50d30942..8c47ac1e1c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -54,6 +54,7 @@ ;;; Copyright © 2020 Vinicius Monego ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020 Arun Isaac +;;; Copyright © 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -1988,6 +1989,7 @@ database is translated at Transifex.") ("gobject-introspection" ,gobject-introspection) ("python" ,python) ("cups" ,cups) + ("gtk+" ,gtk+) ("python-dbus" ,python-dbus) ("python-pygobject" ,python-pygobject) ("python-pycups" ,python-pycups) -- cgit v1.2.3