gnu: glib: Add `file' as a propagated input.
* gnu/packages/glib.scm (intltool): Add FILE as an input.
This commit is contained in:
parent
7dca30734e
commit
5aa601a37b
|
@ -34,7 +34,8 @@
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
#:use-module (gnu packages python)
|
#:use-module (gnu packages python)
|
||||||
#:use-module (gnu packages xml)
|
#:use-module (gnu packages xml)
|
||||||
#:use-module (gnu packages bash))
|
#:use-module (gnu packages bash)
|
||||||
|
#:use-module (gnu packages file))
|
||||||
|
|
||||||
(define-public dbus
|
(define-public dbus
|
||||||
(package
|
(package
|
||||||
|
@ -162,6 +163,9 @@ dynamic loading, and an object system.")
|
||||||
;; the `intltool-update' script.
|
;; the `intltool-update' script.
|
||||||
("gettext" ,guix:gettext)
|
("gettext" ,guix:gettext)
|
||||||
|
|
||||||
|
;; `file' is used by `intltool-update' too.
|
||||||
|
("file" ,file)
|
||||||
|
|
||||||
("perl-xml-parser" ,perl-xml-parser)
|
("perl-xml-parser" ,perl-xml-parser)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(home-page "https://launchpad.net/intltool/+download")
|
(home-page "https://launchpad.net/intltool/+download")
|
||||||
|
|
Loading…
Reference in New Issue