me
/
guix
Archived
1
0
Fork 0

gnu: mm-common: Make coreutils and sed native-inputs.

* gnu/packages/gnome.scm (mm-common)[inputs]: Remove coreutils, sed.
[native-inputs]: Add coreutils, sed.
master
Danny Milosavljevic 2020-04-05 20:58:03 +02:00
parent 4e8bdbf853
commit 74a6588573
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 4 additions and 4 deletions

View File

@ -279,12 +279,12 @@ features to enable users to create their discs easily and quickly.")
"/bin/cat"))) "/bin/cat")))
#t))))) #t)))))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs
`(("coreutils" ,coreutils) `(("coreutils" ,coreutils)
("python" ,python) ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)
("sed" ,sed))) ("sed" ,sed)))
(inputs
`(("python" ,python)))
(synopsis "Module of GNOME C++ bindings") (synopsis "Module of GNOME C++ bindings")
(description "The mm-common module provides the build infrastructure (description "The mm-common module provides the build infrastructure
and utilities shared among the GNOME C++ binding libraries. Release and utilities shared among the GNOME C++ binding libraries. Release