~ruther/guix-local

07ae45964f67dea38c2ebc869a92fce7c6f1672f — Danny Milosavljevic a month ago cdabd45
gnu: gpxsee: Add Wayland.

* gnu/packages/gps.scm (gpxsee)[inputs]: Add qtwayland.

Change-Id: Ic4932861e056229dedfb3c24e26e29a39a5c0594
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/gps.scm
M gnu/packages/gps.scm => gnu/packages/gps.scm +2 -1
@@ 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")