>From d060bbbe43867160abbe2be836d1ebb035007c80 Mon Sep 17 00:00:00 2001 From: L p R n d n Date: Mon, 19 Aug 2019 14:03:37 +0200 Subject: [PATCH 14/19] gnu: Thunar: Add gobject-introspection support. * gnu/packages/xfce.scm (thunar)[native-inputs]: Add gobject-introspection. --- gnu/packages/xfce.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index db8387b9ad..53379b2d2c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -653,6 +653,7 @@ like appearance, display, keyboard and mouse settings.") (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) + ("gobject-introspection" ,gobject-introspection) ("intltool" ,intltool))) (propagated-inputs ;; Required by thunarx-3.pc -- 2.22.0