diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-04-05 13:48:35 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-04-05 18:23:19 +0200 |
commit | 223e920abc023be91fe1e6747c599d547ad12bc5 (patch) | |
tree | 9663341ad1b3250a306f2bf7c5db80d231bf07f9 /gnu/packages/xfce.scm | |
parent | 3a3d5e36b815fee9a9bac31f4b62e0b85744a298 (diff) | |
download | guix-223e920abc023be91fe1e6747c599d547ad12bc5.tar guix-223e920abc023be91fe1e6747c599d547ad12bc5.tar.gz |
gnu: xfce4-places-plugin: Make some inputs native.
* gnu/packages/xfce.scm (xfce4-places-plugin)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ac9663f2e3..428d89dd1b 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1707,10 +1707,10 @@ interfaces of your choice in the panel.") (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) + ("desktop-file-utils" ,desktop-file-utils) ("pkg-config" ,pkg-config))) (inputs - `(("desktop-file-utils" ,desktop-file-utils) - ("gtk+-2" ,gtk+-2) + `(("gtk+-2" ,gtk+-2) ("exo" ,exo) ("libxfce4ui" ,libxfce4ui) ("xfce4-panel" ,xfce4-panel))) |