mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: gpxsee: Add Wayland.
* gnu/packages/gps.scm (gpxsee)[inputs]: Add qtwayland. Change-Id: Ic4932861e056229dedfb3c24e26e29a39a5c0594
This commit is contained in:
parent
cdabd4512c
commit
07ae45964f
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue