mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -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"))))
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue