From 5aa601a37b364c1cec0a46b0ac15dd0a30d529a3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 20 Aug 2013 00:55:01 +0200 Subject: gnu: glib: Add `file' as a propagated input. * gnu/packages/glib.scm (intltool): Add FILE as an input. --- gnu/packages/glib.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 3190ea5da1..15031179ff 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -34,7 +34,8 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages xml) - #:use-module (gnu packages bash)) + #:use-module (gnu packages bash) + #:use-module (gnu packages file)) (define-public dbus (package @@ -162,6 +163,9 @@ dynamic loading, and an object system.") ;; the `intltool-update' script. ("gettext" ,guix:gettext) + ;; `file' is used by `intltool-update' too. + ("file" ,file) + ("perl-xml-parser" ,perl-xml-parser) ("perl" ,perl))) (home-page "https://launchpad.net/intltool/+download") -- cgit v1.2.3