guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: plasma: Fix QtQuickControls2 theme.


From: guix-commits
Subject: 03/03: gnu: plasma: Fix QtQuickControls2 theme.
Date: Wed, 10 Apr 2024 08:03:35 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit db49eed2d3b1982c13582a8710782b4091868711
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 22:09:05 2024 +0800

    gnu: plasma: Fix QtQuickControls2 theme.
    
    Suggested in <https://github.com/NixOS/nixpkgs/issues/79713>.
    
    * gnu/packages/kde-plasma.scm (plasma)[propagated-inputs]: Add 
qqc2-desktop-style.
    
    Change-Id: I6bbed3ddaa339c25a996b6ab74acbc3179e28269
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde-plasma.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 1d41d35a56..a1c17d3346 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1474,7 +1474,7 @@ on top of Baloo.")
                          (mkdir #$output))))
     ;; TODO: cleanup, check what is no need
     (propagated-inputs (list kdeclarative ;; require by sddm breeze theme
-
+                             qqc2-desktop-style ; qtquickcontrols2 theme
                              baloo
                              breeze-icons ; default mouse icon
                              breeze



reply via email to

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