Archived
1
0
Fork 0

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>
This commit is contained in:
Tobias Kortkamp 2022-12-13 08:42:26 +01:00 committed by Maxim Cournoyer
parent c13c890138
commit 2361086b7c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -226,7 +226,7 @@ easy to use, login interface with a modern yet classy touch.")
(sddm-themes (string-append out "/share/sddm/themes"))) (sddm-themes (string-append out "/share/sddm/themes")))
(mkdir-p sddm-themes) (mkdir-p sddm-themes)
(copy-recursively (assoc-ref %build-inputs "source") (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") (home-page "https://github.com/MarianArlt/sddm-sugar-dark")
(synopsis "Sugar dark theme for SDDM") (synopsis "Sugar dark theme for SDDM")
(description "Sugar is extremely customizable and so sweet it will (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"))) (sddm-themes (string-append out "/share/sddm/themes")))
(mkdir-p sddm-themes) (mkdir-p sddm-themes)
(copy-recursively (assoc-ref %build-inputs "source") (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") (home-page "https://github.com/MarianArlt/sddm-sugar-light")
(synopsis "Sugar light theme for SDDM") (synopsis "Sugar light theme for SDDM")
(description "Sugar is extremely customizable and so sweet it will (description "Sugar is extremely customizable and so sweet it will