guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: kdeconnect: Fix launching kdeconnect-app.


From: guix-commits
Subject: branch master updated: gnu: kdeconnect: Fix launching kdeconnect-app.
Date: Thu, 08 Oct 2020 05:04:46 -0400

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 31113b6  gnu: kdeconnect: Fix launching kdeconnect-app.
31113b6 is described below

commit 31113b6f3327704fcfed1e00717c131f9c0a6e2c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 8 12:03:57 2020 +0300

    gnu: kdeconnect: Fix launching kdeconnect-app.
    
    * gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtgraphicaleffects,
    qtquickcontrols, qtquickcontrols2.
---
 gnu/packages/kde.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index add33b7..54b93dd 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -628,7 +628,10 @@ different notification systems.")
        ("qca" ,qca)
        ("qtbase" ,qtbase)
        ("qtdeclarative" ,qtdeclarative)
+       ("qtgraphicaleffects" ,qtgraphicaleffects)
        ("qtmultimedia" ,qtmultimedia)
+       ("qtquickcontrols" ,qtquickcontrols)
+       ("qtquickcontrols2" ,qtquickcontrols2)
        ("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]