mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: glib: Remove redundant input.
* gnu/packages/glib.scm (glib)[inputs]: Remove.
This commit is contained in:
parent
12d8adbfc0
commit
f2821deb96
1 changed files with 0 additions and 2 deletions
|
@ -191,8 +191,6 @@ (define glib
|
||||||
("util-linux" ,util-linux "lib") ;for libmount
|
("util-linux" ,util-linux "lib") ;for libmount
|
||||||
("libselinux" ,libselinux)
|
("libselinux" ,libselinux)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(inputs
|
|
||||||
`(("coreutils" ,coreutils)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("m4" ,m4) ; for installing m4 macros
|
("m4" ,m4) ; for installing m4 macros
|
||||||
|
|
Loading…
Reference in a new issue