guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: lepton-eda: Make some inputs native.


From: guix-commits
Subject: 04/09: gnu: lepton-eda: Make some inputs native.
Date: Sun, 5 Apr 2020 13:32:55 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 91f92fc2c72b6063c896a95451ede8848481e0f8
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 13:48:30 2020 +0200

    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 <address@hidden>
---
 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 36cfcb9..82f947f 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)))



reply via email to

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