summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-04-05 13:48:35 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2020-04-05 18:23:19 +0200
commit223e920abc023be91fe1e6747c599d547ad12bc5 (patch)
tree9663341ad1b3250a306f2bf7c5db80d231bf07f9
parent3a3d5e36b815fee9a9bac31f4b62e0b85744a298 (diff)
downloadpatches-223e920abc023be91fe1e6747c599d547ad12bc5.tar
patches-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>
-rw-r--r--gnu/packages/xfce.scm4
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)))