diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-18 13:37:47 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-18 14:00:52 +0200 |
| commit | d71c5b7bea638e160b2d5e8535c1e8b8fee463a3 (patch) | |
| tree | 51e42ce7976c438a0bf52b6c6507a0b6e92469e2 /gnu | |
| parent | 929b279c2d31cca1644b96bb73d632604ff8e046 (diff) | |
gnu: Remove purpose-5.
* gnu/packages/kde-frameworks.scm (purpose-5): Delete variable.
Change-Id: I4c727782e4240d2aa2a4e69703dea1a2138786f6
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index fd87c6ef398..4cba1591548 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4942,35 +4942,6 @@ components so that all the plugins can receive all the information they need.") (license license:lgpl2.1+))) -(define-public purpose-5 - (package - (inherit purpose) - (name "purpose") - (version "5.116.0") - (source (origin - (method url-fetch) - (uri (string-append - "mirror://kde/stable/frameworks/" - (version-major+minor version) "/" - name "-" version ".tar.xz")) - (sha256 - (base32 - "1g0xip1khclinx3vb835krdsj66jllgbx1fka8d9f55n68d6rmk2")))) - (native-inputs - (list extra-cmake-modules)) - (inputs - (list - kconfig-5 - kcoreaddons-5 - knotifications-5 - ki18n-5 - kio-5 - kirigami-5 - qtbase-5 - qtdeclarative-5)) - (arguments - (list #:tests? #f)))) ;; seem to require network; don't find QTQuick components - (define-public ktextaddons (package (name "ktextaddons") |
