gnu: gpsbabel: Build with modular qt.

* gnu/packages/gps.scm (gpsbabel)[inputs]: Remove qt, add qtbase, qttools.
This commit is contained in:
Efraim Flashner 2016-06-16 10:16:48 +03:00
parent 14ea30e473
commit e2814984af
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -63,7 +63,8 @@ (define-public gpsbabel
(inputs
`(("expat" ,expat)
("zlib" ,zlib)
("qt" ,qt)))
("qtbase" ,qtbase)
("qttools" ,qttools)))
(native-inputs
`(("which" ,which)
("libxml2" ,libxml2))) ;'xmllint' needed for the KML tests