From 19f6684abd8128ef5668b5dde50ed74fe88c0ddb Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Thu, 11 Mar 2021 13:20:37 -0500 Subject: [PATCH 39/68] gnu: at-spi2-core: Add missing inputs. * gnu/packages/gtk.scm (at-spi2-core) [native-inputs]: Add python-wrapper. [propagated-inputs]: Add libx11. --- gnu/packages/gtk.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index f3038ea02c..ad0d1144fc 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -737,14 +737,16 @@ scaled, composited, modified, saved, or rendered.") ;; atspi-2.pc refers to all these. `(("dbus" ,dbus) ("glib" ,glib) + ("libx11" ,libx11) ("libxi" ,libxi) ("libxtst" ,libxtst))) (native-inputs `(("gettext" ,gettext-minimal) + ("glib" ,glib "bin") ("gobject-introspection" ,gobject-introspection) ("gtk-doc" ,gtk-doc) - ("glib" ,glib "bin") - ("pkg-config" ,pkg-config))) + ("pkg-config" ,pkg-config) + ("python" ,python-wrapper))) (synopsis "Assistive Technology Service Provider Interface, core components") (description "The Assistive Technology Service Provider Interface, core components, -- 2.30.1