guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sugar-*-sddm-theme: Fix install location.


From: guix-commits
Subject: branch master updated: gnu: sugar-*-sddm-theme: Fix install location.
Date: Tue, 03 Jan 2023 16:38:46 -0500

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2361086b7c gnu: sugar-*-sddm-theme: Fix install location.
2361086b7c is described below

commit 2361086b7c6e65baacea70f469f27f67fed34df1
Author: Tobias Kortkamp <tobias.kortkamp@gmail.com>
AuthorDate: Tue Dec 13 08:42:26 2022 +0100

    gnu: sugar-*-sddm-theme: Fix install location.
    
    * gnu/packages/display-managers.scm (sugar-dark-sddm-theme,
    sugar-light-sddm-theme): Fix install location.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/display-managers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/display-managers.scm 
b/gnu/packages/display-managers.scm
index ef26890414..b0d388f1bc 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -226,7 +226,7 @@ easy to use, login interface with a modern yet classy 
touch.")
                 (sddm-themes (string-append out "/share/sddm/themes")))
            (mkdir-p sddm-themes)
            (copy-recursively (assoc-ref %build-inputs "source")
-                             (string-append sddm-themes "/chili"))))))
+                             (string-append sddm-themes "/sugar-dark"))))))
     (home-page "https://github.com/MarianArlt/sddm-sugar-dark";)
     (synopsis "Sugar dark theme for SDDM")
     (description "Sugar is extremely customizable and so sweet it will
@@ -257,7 +257,7 @@ experience for your users, your family and yourself")
                 (sddm-themes (string-append out "/share/sddm/themes")))
            (mkdir-p sddm-themes)
            (copy-recursively (assoc-ref %build-inputs "source")
-                             (string-append sddm-themes "/chili"))))))
+                             (string-append sddm-themes "/sugar-light"))))))
     (home-page "https://github.com/MarianArlt/sddm-sugar-light";)
     (synopsis "Sugar light theme for SDDM")
     (description "Sugar is extremely customizable and so sweet it will



reply via email to

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