1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Remove threadweaver-5.

* gnu/packages/kde-frameworks.scm (threadweaver-5): Delete variable.

Fixes: guix/guix#4154
Change-Id: I582253fe72de7276b8838dbca2944f6b70e0d5c5
This commit is contained in:
Andreas Enge
2025-12-09 15:54:23 +01:00
parent 48996087cb
commit adaada46d2

View File

@@ -2096,25 +2096,6 @@ ASpell and HUNSPELL.")
uses a job-based interface to queue tasks and execute them in an efficient way.")
(license license:lgpl2.1+)))
(define-public threadweaver-5
(package
(inherit threadweaver)
(name "threadweaver")
(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
"1q7ax3dhsayz35j0l9pdmarkwfyyy1dsy2crdf5xz8pr5mjxq8wp"))))
(native-inputs
(list extra-cmake-modules))
(inputs
(list qtbase-5))))
;; Tier 2
;;