guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 3a9d1ce07796d96745bb2e9863ca4442d04ea03d
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Jan 7 16:22:06 2026 +0100

    gnu: gpsd: Switch to Qt6.
    
    * gnu/packages/gps.scm (gpsd)[inputs]: Replace qtbase-5 by qtbase.
    [arguments]<#:scons-flags>: Drop "qt_versioned=5".
    
    Change-Id: I2a13f2079975e89ae264e2269afbf2c4d4a07551
---
 gnu/packages/gps.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 9ccf355a35..ccb7c0af2b 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -270,15 +270,14 @@ such as elevation, speed, heart rate, power, temperature, 
and gear shifts.")
            python-pygobject
            python-pyserial
            python-wrapper
-           qtbase-5))
+           qtbase))
     (arguments
      `(#:scons-flags
        (list (string-append "prefix=" %output)
              (let ((version ,(version-major+minor (package-version python))))
                (string-append "python_libdir=" %output
                               "/lib/python" version
-                              "/site-packages"))
-             "qt_versioned=5")
+                              "/site-packages")))
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-build

Reply via email to