diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-11 11:28:07 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-19 10:42:18 +0800 |
commit | 6a75d557fb015869f1dc2ba64059c0c32676a6f1 (patch) | |
tree | 79812f10426a766f30dfdabbc908b86e96a34655 | |
parent | 0ebff418bd599de5a4ec34f8fb96ffe54f4b1420 (diff) |
gnu: Remove lightly.
This package build failed long time. The latest latest commit of ths repo was
in 2022.
* gnu/packages/kde-plasma.scm (lightly): Delete variable.
Change-Id: Ibd78af351d4382f30a492045cc95d5403eca5af2
-rw-r--r-- | gnu/packages/kde-plasma.scm | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index d394272c45..2e25f50714 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1603,36 +1603,6 @@ conjunction with the KDE Plasma Desktop.") "This package provides a daemon that listens to system notifications.") (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 (package (name "milou") |