diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 02:44:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 03:01:44 +0100 |
commit | cebfc269863a40f3c5b0c7fc321da7c3cf338873 (patch) | |
tree | 17ec4f1ae16ea7efab56686fa889ca5973f0e40a /gnu | |
parent | 3437fe1fb7ba1535f5f09d8d6ccefe033152a9a9 (diff) | |
download | guix-cebfc269863a40f3c5b0c7fc321da7c3cf338873.tar guix-cebfc269863a40f3c5b0c7fc321da7c3cf338873.tar.gz |
gnu: gpxsee: Extend description.
* gnu/packages/gps.scm (gpxsee)[description]: Extend.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gps.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index 718ca42454..936c3aeda0 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -208,8 +208,10 @@ coordinates as well as partial support for adjustments in global coordinate syst (home-page "https://www.gpxsee.org") (synopsis "GPS log file viewer and analyzer") (description - "GPXSee is a Qt-based GPS log file viewer and analyzer that supports -all common GPS log file formats.") + "GPXSee is a Qt-based GPS log file viewer and analyzer that supports all +common GPS log file formats. It can display multiple tracks on various on- +and off-line maps. You can easily add more maps and graph other captured data +such as elevation, speed, heart rate, power, temperature, and gear shifts.") (license license:gpl3))) (define-public gpsd |