summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-01-07 16:22:06 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:17:53 +0100
commite517cb398f576dd43c13a6648b89f79fee609eb7 (patch)
tree0ea09605e2695c9e0c7487c26283eff6eeec45c1
parent4eef47d0e835f27dc9a9336a910ebf4f33052eec (diff)
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 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/gps.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index e63ba9af626..6481888bc92 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -271,15 +271,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