~ruther/guix-local

5aa601a37b364c1cec0a46b0ac15dd0a30d529a3 — Ludovic Courtès 12 years ago 7dca307
gnu: glib: Add `file' as a propagated input.

* gnu/packages/glib.scm (intltool): Add FILE as an input.
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/glib.scm
M gnu/packages/glib.scm => gnu/packages/glib.scm +5 -1
@@ 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")