diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-04-05 13:48:31 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-04-05 18:22:59 +0200 |
commit | a34564439dead755347632e133f123212ba25e80 (patch) | |
tree | 0f73cc0f836d5476b96dbcf0f53bd628c3250f29 /gnu | |
parent | 91f92fc2c72b6063c896a95451ede8848481e0f8 (diff) | |
download | guix-a34564439dead755347632e133f123212ba25e80.tar.gz guix-a34564439dead755347632e133f123212ba25e80.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mate.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index eaafc5db63..f5d0b834b6 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -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) |