mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gpxsee: Add Wayland.
* gnu/packages/gps.scm (gpxsee)[inputs]: Add qtwayland. Change-Id: Ic4932861e056229dedfb3c24e26e29a39a5c0594
This commit is contained in:
@@ -233,7 +233,8 @@ coordinates as well as partial support for adjustments in global coordinate syst
|
||||
(string-append "PREFIX=" #$output))))
|
||||
(replace 'build (assoc-ref gnu:%standard-phases 'build))
|
||||
(replace 'install (assoc-ref gnu:%standard-phases 'install)))))
|
||||
(inputs (list libxkbcommon qtbase qtpositioning qtserialport qtsvg))
|
||||
(inputs
|
||||
(list libxkbcommon qtbase qtpositioning qtserialport qtsvg qtwayland))
|
||||
(native-inputs (list qttools))
|
||||
(home-page "https://www.gpxsee.org")
|
||||
(synopsis "GPS log file viewer and analyzer")
|
||||
|
||||
Reference in New Issue
Block a user