mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: glib: Remove unneeded inputs.
* gnu/packages/glib.scm (glib)[inputs]: Remove bash-completion, elfutils. Move dbus from here ... [native-inputs]: ... to here.
This commit is contained in:
parent
decdb5a59d
commit
126648f578
1 changed files with 5 additions and 7 deletions
|
@ -333,7 +333,8 @@ (define glib
|
|||
(("=\\$\\{bindir\\}/")
|
||||
"="))))))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
`(("dbus" ,dbus)
|
||||
("gettext" ,gettext-minimal)
|
||||
("m4" ,m4) ; for installing m4 macros
|
||||
("perl" ,perl) ; needed by GIO tests
|
||||
("pkg-config" ,pkg-config)
|
||||
|
@ -341,16 +342,13 @@ (define glib
|
|||
("python-wrapper" ,python-wrapper)
|
||||
("tzdata" ,tzdata-for-tests))) ; for tests/gdatetime.c
|
||||
(inputs
|
||||
(list bash-completion
|
||||
;; "python", "python-wrapper" and "bash-minimal"
|
||||
(list ;; "python", "python-wrapper" and "bash-minimal"
|
||||
;; are for the 'patch-shebangs' phase, to make
|
||||
;; sure the installed scripts end up with a correct shebang
|
||||
;; when cross-compiling.
|
||||
python
|
||||
python-wrapper
|
||||
bash-minimal
|
||||
dbus
|
||||
elfutils))
|
||||
python
|
||||
python-wrapper))
|
||||
(propagated-inputs
|
||||
(list libffi ; in the Requires.private field of gobject-2.0.pc
|
||||
pcre ; in the Requires.private field of glib-2.0.pc
|
||||
|
|
Loading…
Reference in a new issue