guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/14: gnu: system-config-printer: Make namespace Gdk available.


From: guix-commits
Subject: 04/14: gnu: system-config-printer: Make namespace Gdk available.
Date: Mon, 10 Aug 2020 23:21:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 92b9cdd569ce8dbec768ebf756d524f39ecd5421
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Jul 31 15:06:11 2020 +0200

    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>
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ed50d30..8c47ac1 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]