gnu: xfce4-places-plugin: Make some inputs native.
authorVincent Legoll <vincent.legoll@gmail.com>
Sun, 5 Apr 2020 11:48:35 +0000 (13:48 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Sun, 5 Apr 2020 16:23:19 +0000 (18:23 +0200)
* 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>
gnu/packages/xfce.scm

index ac9663f..428d89d 100644 (file)
@@ -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)))