mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: mm-common: Make coreutils and sed native-inputs.
* gnu/packages/gnome.scm (mm-common)[inputs]: Remove coreutils, sed. [native-inputs]: Add coreutils, sed.
This commit is contained in:
parent
4e8bdbf853
commit
74a6588573
1 changed files with 4 additions and 4 deletions
|
@ -279,12 +279,12 @@ (define-public mm-common
|
|||
"/bin/cat")))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("coreutils" ,coreutils)
|
||||
("python" ,python)
|
||||
("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)
|
||||
("sed" ,sed)))
|
||||
(inputs
|
||||
`(("python" ,python)))
|
||||
(synopsis "Module of GNOME C++ bindings")
|
||||
(description "The mm-common module provides the build infrastructure
|
||||
and utilities shared among the GNOME C++ binding libraries. Release
|
||||
|
|
Loading…
Reference in a new issue