mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
a725864db1
commit
ec43b86cb1
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue