diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-07-31 15:06:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 05:19:58 +0200 |
commit | 92b9cdd569ce8dbec768ebf756d524f39ecd5421 (patch) | |
tree | eb9326a07a3637a3f112ccc91e0d1700587f128e /gnu/packages | |
parent | e4d51494e8e4a01a1a7f96ac57ede5701903f1af (diff) | |
download | guix-92b9cdd569ce8dbec768ebf756d524f39ecd5421.tar.gz guix-92b9cdd569ce8dbec768ebf756d524f39ecd5421.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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) |