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 <dannym@scratchpost.org>
This commit is contained in:
Vincent Legoll 2020-04-05 13:48:34 +02:00 committed by Danny Milosavljevic
parent a8564071d7
commit 3a3d5e36b8
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -264,11 +264,11 @@ (define-public spacefm
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("desktop-file-utils" ,desktop-file-utils)
("intltool" ,intltool))) ("intltool" ,intltool)))
(inputs `(("bash" ,bash) (inputs `(("bash" ,bash)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("eudev" ,eudev) ("eudev" ,eudev)
("desktop-file-utils" ,desktop-file-utils)
("shared-mime-info" ,shared-mime-info) ("shared-mime-info" ,shared-mime-info)
("ffmpegthumbnailer" ,ffmpegthumbnailer) ("ffmpegthumbnailer" ,ffmpegthumbnailer)
("jmtpfs" ,jmtpfs) ("jmtpfs" ,jmtpfs)