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
1 changed files with 2 additions and 1 deletions

View File

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