guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: kdeconnect: Fix wayland compatibility.


From: guix-commits
Subject: branch master updated: gnu: kdeconnect: Fix wayland compatibility.
Date: Tue, 12 Jan 2021 06:45:51 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f60ef2f  gnu: kdeconnect: Fix wayland compatibility.
f60ef2f is described below

commit f60ef2f7a46a00da40dc19af9d409781aa700a37
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 12 13:27:43 2021 +0200

    gnu: kdeconnect: Fix wayland compatibility.
    
    * gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtwayland.
---
 gnu/packages/kde.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index d2044cd..4d4a6f2 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2017, 2018 Mark Meyer <mark@ofosos.org>
@@ -713,6 +713,7 @@ different notification systems.")
        ("qtmultimedia" ,qtmultimedia)
        ("qtquickcontrols" ,qtquickcontrols)
        ("qtquickcontrols2" ,qtquickcontrols2)
+       ("qtwayland" ,qtwayland)
        ("qtx11extras" ,qtx11extras)))
     (home-page "https://community.kde.org/KDEConnect";)
     (synopsis "Enable your devices to communicate with each other")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]