gnu: system-config-printer: Make namespace Gdk available.
authorMichael Rohleder <mike@rohleder.de>
Fri, 31 Jul 2020 13:06:11 +0000 (15:06 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 03:19:58 +0000 (05:19 +0200)
Fixes <http://issues.guix.gnu.org/40834>.

* gnu/packages/gnome.scm (system-config-printer)[inputs]: Add gtk+.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
gnu/packages/gnome.scm

index ed50d30..8c47ac1 100644 (file)
@@ -54,6 +54,7 @@
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; 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)