mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
a8564071d7
commit
3a3d5e36b8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue