summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-04-05 13:48:30 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2020-04-05 18:22:56 +0200
commit91f92fc2c72b6063c896a95451ede8848481e0f8 (patch)
tree9276595165fced062850a0390bcd140d0b14e1cc
parent9abc586391fc10302e5c9845bdcfb07060e4325d (diff)
downloadpatches-91f92fc2c72b6063c896a95451ede8848481e0f8.tar
patches-91f92fc2c72b6063c896a95451ede8848481e0f8.tar.gz
gnu: lepton-eda: Make some inputs native.
* gnu/packages/engineering.scm (lepton-eda)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r--gnu/packages/engineering.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 36cfcb96aa..82f947f06a 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -267,6 +267,7 @@ utilities.")
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
+ ("desktop-file-utils" ,desktop-file-utils)
("libtool" ,libtool)
("gettext" ,gettext-minimal)
("texinfo" ,texinfo)
@@ -277,7 +278,6 @@ utilities.")
`(("glib" ,glib)
("gtk" ,gtk+-2)
("guile" ,guile-2.2)
- ("desktop-file-utils" ,desktop-file-utils)
("shared-mime-info" ,shared-mime-info)
("m4" ,m4)
("pcb" ,pcb)))