guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: xfce4-places-plugin: Make some inputs native.


From: guix-commits
Subject: 09/09: gnu: xfce4-places-plugin: Make some inputs native.
Date: Sun, 5 Apr 2020 13:32:57 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 223e920abc023be91fe1e6747c599d547ad12bc5
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 13:48:35 2020 +0200

    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 <address@hidden>
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index ac9663f..428d89d 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]