gnu: glib: Add `file' as a propagated input.

* gnu/packages/glib.scm (intltool): Add FILE as an input.
master
Ludovic Courtès 2013-08-20 00:55:01 +02:00
parent 7dca30734e
commit 5aa601a37b
1 changed files with 5 additions and 1 deletions

View File

@ -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")