diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-04-05 13:48:34 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-04-05 18:23:15 +0200 |
commit | 3a3d5e36b815fee9a9bac31f4b62e0b85744a298 (patch) | |
tree | 6583120b5253b6364c5fa7a557c9d95899b11660 /gnu/packages/lxde.scm | |
parent | a8564071d7242d955c9130ded337e34cbdb93887 (diff) | |
download | guix-3a3d5e36b815fee9a9bac31f4b62e0b85744a298.tar guix-3a3d5e36b815fee9a9bac31f4b62e0b85744a298.tar.gz |
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>
Diffstat (limited to 'gnu/packages/lxde.scm')
-rw-r--r-- | gnu/packages/lxde.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index dac2ef6d24..f5dc027e03 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) |