mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gpsbabel: Build with modular qt.
* gnu/packages/gps.scm (gpsbabel)[inputs]: Remove qt, add qtbase, qttools.
This commit is contained in:
parent
14ea30e473
commit
e2814984af
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue