gnu: mate: Make some inputs native.
* gnu/packages/mate.scm (mate)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to this new field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
91f92fc2c7
commit
a34564439d
@ -1551,6 +1551,7 @@ used to bring up authentication dialogs.")
|
||||
(union-build (assoc-ref %outputs "out")
|
||||
directories)
|
||||
#t)))))
|
||||
(native-inputs `(("desktop-file-utils" ,desktop-file-utils)))
|
||||
(inputs
|
||||
;; TODO: Add more packages
|
||||
`(("at-spi2-core" ,at-spi2-core)
|
||||
@ -1558,7 +1559,6 @@ used to bring up authentication dialogs.")
|
||||
("caja" ,caja)
|
||||
("dbus" ,dbus)
|
||||
("dconf" ,dconf)
|
||||
("desktop-file-utils" ,desktop-file-utils)
|
||||
("engrampa" ,engrampa)
|
||||
("eom" ,eom)
|
||||
("font-cantarell" ,font-cantarell)
|
||||
|
Loading…
Reference in New Issue
Block a user