guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#40446] [PATCH 4/9] gnu: lepton-eda: Make some inputs native.


From: Vincent Legoll
Subject: [bug#40446] [PATCH 4/9] gnu: lepton-eda: Make some inputs native.
Date: Sun, 5 Apr 2020 13:48:30 +0200

* gnu/packages/engineering.scm (lepton-eda)[inputs]: Move desktop-files-utils 
from here...
[native-inputs]: ...to here.
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)))
-- 
2.26.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]