mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 <dannym@scratchpost.org>
This commit is contained in:
parent
391d12ff81
commit
859e042a70
1 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -86,10 +87,10 @@ (define-public gpsbabel
|
||||||
(inputs
|
(inputs
|
||||||
`(("expat" ,expat)
|
`(("expat" ,expat)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)))
|
||||||
("qttools" ,qttools)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)
|
`(("which" ,which)
|
||||||
|
("qttools" ,qttools)
|
||||||
("libxml2" ,libxml2))) ;'xmllint' needed for the KML tests
|
("libxml2" ,libxml2))) ;'xmllint' needed for the KML tests
|
||||||
(home-page "https://www.gpsbabel.org/")
|
(home-page "https://www.gpsbabel.org/")
|
||||||
(synopsis "Convert and exchange data with GPS and map programs")
|
(synopsis "Convert and exchange data with GPS and map programs")
|
||||||
|
|
Loading…
Reference in a new issue