guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: pcb: Make some inputs native.


From: guix-commits
Subject: 06/09: gnu: pcb: Make some inputs native.
Date: Sun, 5 Apr 2020 13:32:56 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 465734ba86ccba0fc2b6ffb22bb0f78679e8f7c9
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 13:48:32 2020 +0200

    gnu: pcb: Make some inputs native.
    
    * gnu/packages/engineering.scm (pcb)[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 82f947f..5405db7 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -386,13 +386,13 @@ features.")))
        ("gd" ,gd)
        ("gtk" ,gtk+-2)
        ("gtkglext" ,gtkglext)
-       ("desktop-file-utils" ,desktop-file-utils)
        ("shared-mime-info" ,shared-mime-info)
        ("tk" ,tk)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
        ("bison" ,bison)
+       ("desktop-file-utils" ,desktop-file-utils)
        ("flex" ,flex)
        ;; For tests
        ("imagemagick" ,imagemagick)



reply via email to

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