guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 48996087cbd1cd951564b53e580a89204f92406b
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Dec 9 15:53:39 2025 +0100

    gnu: Remove ksyntaxhighlighting-5.
    
    * gnu/packages/kde-frameworks.scm (ksyntaxhighlighting-5): Delete variable.
    
    Fixes: guix/guix#4153
    Change-Id: Ic5c6af38421a2830d767ae73fd75339323d35766
---
 gnu/packages/kde-frameworks.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 16415b69c7..543273791f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1504,27 +1504,6 @@ integration with a custom editor as well as a 
ready-to-use
     (properties `((upstream-name . "syntax-highlighting")))
     (license license:lgpl2.1+)))
 
-(define-public ksyntaxhighlighting-5
-  (package
-    (inherit ksyntaxhighlighting)
-    (name "ksyntaxhighlighting")
-    (version "5.116.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "mirror://kde/stable/frameworks/"
-                    (version-major+minor version) "/"
-                    "syntax-highlighting-" version ".tar.xz"))
-              (sha256
-               (base32
-                "19zs3n6cn83rjs0bpyrn6f5r75qcflavf8rb1c2wxj8dpp7cm33g"))))
-    (native-inputs
-     (list extra-cmake-modules perl qttools-5
-           ;; Optional, for compile-time validation of syntax definition files:
-           qtxmlpatterns-5))
-    (inputs
-     (list qtbase-5))))
-
 (define-public plasma-wayland-protocols
   (package
     (name "plasma-wayland-protocols")

Reply via email to