diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-12 22:59:13 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-13 10:06:25 +0900 |
commit | 4da217b7d98c02e2794424cc5e9d54050187396b (patch) | |
tree | 073e7cfa93e06768067541646bf1f3c5d7b6b1cc | |
parent | e20bca4202fd05684767c42ae3c7df5d04eb5539 (diff) |
gnu: linphone-desktop: Add qtwayland-5 to inputs.
Otherwise it fails to run in an environment using QT_QPA_PLATFORM=wayland.
* gnu/packages/linphone.scm (linphone-desktop)
[inputs]: Add qtwayland-5.
Change-Id: I0ffd033134394f2b40d5f5023475ce4f22e5fc85
-rw-r--r-- | gnu/packages/linphone.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index be011fd976..0dd19cc796 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -887,7 +887,8 @@ and video calls or instant messaging capabilities to an application.") qtgraphicaleffects qtquickcontrols-5 qtquickcontrols2-5 - qtsvg-5)) + qtsvg-5 + qtwayland-5)) (synopsis "Desktop client for the Linphone SIP softphone") (description "Linphone is a SIP softphone for voice and video over IP calling (VoIP) and instant messaging. Amongst its features are: |