guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: gpsbabel: Make some inputs native.


From: guix-commits
Subject: 02/10: gnu: gpsbabel: Make some inputs native.
Date: Sun, 5 Apr 2020 18:03:32 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 859e042a70888ab14e48c89b7215ee24ba0dcf92
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 23:31:54 2020 +0200

    gnu: gpsbabel: Make some inputs native.
    
    * gnu/packages/gps.scm (gpsbabel)[inputs]: Move qttools from here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/gps.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 4393398..4a4b18f 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2020 Guillaume Le Vaillant <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -86,10 +87,10 @@
     (inputs
      `(("expat" ,expat)
        ("zlib" ,zlib)
-       ("qtbase" ,qtbase)
-       ("qttools" ,qttools)))
+       ("qtbase" ,qtbase)))
     (native-inputs
      `(("which" ,which)
+       ("qttools" ,qttools)
        ("libxml2" ,libxml2)))              ;'xmllint' needed for the KML tests
     (home-page "https://www.gpsbabel.org/";)
     (synopsis "Convert and exchange data with GPS and map programs")



reply via email to

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