guix_mirror_bot pushed a commit to branch master
in repository guix.

commit adaada46d22f099dbf73b727294eeec03b98f8b2
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Dec 9 15:54:23 2025 +0100

    gnu: Remove threadweaver-5.
    
    * gnu/packages/kde-frameworks.scm (threadweaver-5): Delete variable.
    
    Fixes: guix/guix#4154
    Change-Id: I582253fe72de7276b8838dbca2944f6b70e0d5c5
---
 gnu/packages/kde-frameworks.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 543273791f..5b72448238 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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
 ;;

Reply via email to