civodul pushed a commit to branch master
in repository guix.

commit 20eea7b9040f11cd36fd4e76f68b54d2bc051b0e
Author: Brendan Tildesley <[email protected]>
AuthorDate: Mon May 17 00:06:17 2021 +1000

    gnu: lxqt: Use picom instead of compton.
    
    * gnu/packages/lxqt.scm (lxqt):
    [inputs]: Use picom instead of compton. Remove deprecated compton-conf.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/lxqt.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 849ed98..fcccf66 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1416,8 +1416,7 @@ desktop.")
        ("lxqt-themes" ,lxqt-themes)
        ("pcmanfm-qt" ,pcmanfm-qt)
        ;; Extra
-       ("compton" ,compton)
-       ("compton-conf" ,compton-conf)
+       ("picom" ,picom)
        ("font-dejavu" ,font-dejavu)
        ("lximage-qt" ,lximage-qt)
        ("obconf-qt" ,obconf-qt)

Reply via email to