mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -86,10 +87,10 @@ (define-public gpsbabel
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue