diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-10 23:19:07 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:36 +0800 |
commit | 47be97c731afeebea459b1a58aea2bc0b56054a4 (patch) | |
tree | 076b29f3b6e916501f502bc1c97b042570655a92 /gnu/packages/gps.scm | |
parent | 4616ecebdb323c950c71fe6f2dbb897f2dacd287 (diff) |
gnu: qtlocation: Rename to qtlocation-5.
* gnu/packages/qt.scm (qtlocation): Rename to qtlocation-5.
(python-pyqt,python-pyside-2):
* gnu/packages/astronomy.scm (stellarium):
* gnu/packages/kde-pim.scm (itinerary):
* gnu/packages/kde-utils.scm (kirogi):
* gnu/packages/kde.scm (marble-qt):
* gnu/packages/messaging.scm (kaidan):
* gnu/packages/geo.scm (qmapshack,openorienteering-mapper):
(qgis):
* gnu/packages/gps.scm (gpxsee):
* gnu/packages/radio.scm (sdrangel):
(qdmr): Use new name.
Change-Id: I51664e36bd1ce25f5add09c6d64665bf505cc551
Diffstat (limited to 'gnu/packages/gps.scm')
-rw-r--r-- | gnu/packages/gps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 09a419d7e93..ce7e4bfbe3d 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -203,7 +203,7 @@ coordinates as well as partial support for adjustments in global coordinate syst (string-append "PREFIX=" (assoc-ref outputs "out")))))))) (inputs - (list qtbase-5 qtlocation qtsvg-5)) + (list qtbase-5 qtlocation-5 qtsvg-5)) (native-inputs (list qttools-5)) (home-page "https://www.gpxsee.org") |