guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: spacefm: Make some inputs native.


From: guix-commits
Subject: 08/09: gnu: spacefm: 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 3a3d5e36b815fee9a9bac31f4b62e0b85744a298
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 13:48:34 2020 +0200

    gnu: spacefm: Make some inputs native.
    
    * gnu/packages/lxde.scm (spacefm)[inputs]: Move desktop-files-utils from 
here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/lxde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index dac2ef6..f5dc027 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -264,11 +264,11 @@ with freedesktop.org standard.")
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
+                     ("desktop-file-utils" ,desktop-file-utils)
                      ("intltool" ,intltool)))
     (inputs `(("bash" ,bash)
               ("gtk+" ,gtk+)
               ("eudev" ,eudev)
-              ("desktop-file-utils" ,desktop-file-utils)
               ("shared-mime-info" ,shared-mime-info)
               ("ffmpegthumbnailer" ,ffmpegthumbnailer)
               ("jmtpfs" ,jmtpfs)



reply via email to

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