guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d81e29be69a4cde7d13486c6b64e54adcdefc577
Author: Sughosha <[email protected]>
AuthorDate: Thu Oct 23 17:38:52 2025 +0530

    gnu: kalgebra: Remove dependency on qtbase-5.
    
    * gnu/packages/kde-education.scm (kalgebra)[arguments]<#:qtbase>: Set to
    qtbase.
    [inputs]: Remove qtbase.
    
    Change-Id: I38b33bbd7c17c70c076cfbbbe2163a78b4da6672
---
 gnu/packages/kde-education.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-education.scm b/gnu/packages/kde-education.scm
index 5415d2c400..0e4a0a10db 100644
--- a/gnu/packages/kde-education.scm
+++ b/gnu/packages/kde-education.scm
@@ -187,6 +187,7 @@ Currently available boards include:
     (build-system qt-build-system)
     (arguments
      (list
+      #:qtbase qtbase
       #:tests? #f
       #:phases
       #~(modify-phases %standard-phases
@@ -211,7 +212,6 @@ Currently available boards include:
            kxmlgui
            libplasma
            ncurses
-           qtbase
            qtdeclarative
            qtsvg
            qtwayland

Reply via email to