guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: geda-gaf: Make some inputs native.


From: guix-commits
Subject: 02/09: gnu: geda-gaf: 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 0b43ecb06e4e8d187571ce998a1b04259f54b884
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 13:48:28 2020 +0200

    gnu: geda-gaf: Make some inputs native.
    
    * gnu/packages/engineering.scm (geda-gaf)[inputs]: Move desktop-files-utils 
from here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/engineering.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index d4117de..aa4384e 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2019 Steve Sprang <address@hidden>
 ;;; Copyright © 2019 John Soo <address@hidden>
 ;;; Copyright © 2020 Brice Waegeneire <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -227,13 +228,13 @@ plans and designs.")
        ("glib" ,glib)
        ("gtk" ,gtk+-2)
        ("guile" ,guile-2.0)
-       ("desktop-file-utils" ,desktop-file-utils)
        ("shared-mime-info" ,shared-mime-info)
        ("m4" ,m4)
        ("pcb" ,pcb)
        ("python" ,python-2))) ; for xorn
     (native-inputs
      `(("pkg-config" ,pkg-config)
+       ("desktop-file-utils" ,desktop-file-utils)
        ("perl" ,perl))) ; for tests
     (home-page "http://geda-project.org/";)
     (synopsis "Schematic capture, netlister, symbols, symbol checker, and 
utils")



reply via email to

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