gnu: system-config-printer: Make namespace Gdk available.

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>
This commit is contained in:
Michael Rohleder 2020-07-31 15:06:11 +02:00 committed by Tobias Geerinckx-Rice
parent e4d51494e8
commit 92b9cdd569
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View 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 @@ (define-public system-config-printer
("gobject-introspection" ,gobject-introspection)
("python" ,python)
("cups" ,cups)
("gtk+" ,gtk+)
("python-dbus" ,python-dbus)
("python-pygobject" ,python-pygobject)
("python-pycups" ,python-pycups)