gnu: Remove lightly.

* gnu/packages/kde-plasma.scm (lightly): Delete variable.

Change-Id: Ibd78af351d4382f30a492045cc95d5403eca5af2
This commit is contained in:
Zheng Junjie 2025-01-11 11:28:07 +08:00
parent 5197fce859
commit 90e38c1af5
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1598,36 +1598,6 @@ (define-public kwrited
"This package provides a daemon that listens to system notifications.") "This package provides a daemon that listens to system notifications.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public lightly
(package
(name "lightly")
(version "0.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Luwx/Lightly")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0qkjzgjplgwczhk6959iah4ilvazpprv7yb809jy75kkp1jw8mwk"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kdecoration
kcoreaddons
kguiaddons
kconfigwidgets
kwindowsystem
ki18n
kiconthemes
qtx11extras))
(home-page "https://github.com/Luwx/Lightly")
(synopsis "Modern style for Qt applications")
(description
"Lightly is a fork of the Breeze theme that aims to be visually modern
and minimalistic.")
(license license:gpl2+)))
(define-public milou (define-public milou
(package (package
(name "milou") (name "milou")