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>master
parent
e4d51494e8
commit
92b9cdd569
|
@ -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)
|
||||
|
|
Reference in New Issue