1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: cutecom: Support Wayland.

* gnu/packages/engineering.scm (cutecom)[build-system]: Switch to
qt-build-system.
[arguments]: Add qtbase.
[inputs]: Add qtwayland.

Change-Id: I5f6582cf5ae8f602ad3b8a157c8358967993a61d
This commit is contained in:
Danny Milosavljevic
2026-03-22 23:53:15 +01:00
parent d467a9df47
commit eb96485b81

View File

@@ -209,12 +209,13 @@
(sha256
(base32
"1k67x4l27ac6sb944b42zscm0ffq2fxbghapspgj75g4dr8ip38a"))))
(build-system cmake-build-system)
(build-system qt-build-system)
(arguments
(list
#:qtbase qtbase
#:tests? #f)) ;no tests
(inputs
(list qtbase qttools qtserialport))
(list qtbase qttools qtserialport qtwayland))
(home-page "https://gitlab.com/cutecom/cutecom")
(synopsis "Graphical serial terminal")
(description