mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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
1 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,8 @@ (define-module (gnu packages glib)
|
|||
#: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 @@ (define-public intltool
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue