gnu: qtlocation: Update to 5.15.5.
* gnu/packages/qt.scm (qtlocation): Update to 5.15.5. [arguments]: Use gexps.
This commit is contained in:
parent
7d3c654936
commit
03094173be
1 changed files with 14 additions and 15 deletions
|
@ -1869,7 +1869,8 @@ (define-public qtwebview
|
|||
native APIs where it makes sense.")))
|
||||
|
||||
(define-public qtlocation
|
||||
(package (inherit qtsvg-5)
|
||||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtlocation")
|
||||
(version "5.15.5")
|
||||
(source (origin
|
||||
|
@ -1882,14 +1883,12 @@ (define-public qtlocation
|
|||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f) ; TODO: Enable the tests
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
#~(modify-phases #$phases
|
||||
(add-before 'check 'pre-check
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp")))))))
|
||||
(native-inputs
|
||||
(list perl qtdeclarative-5 qtquickcontrols-5 qtserialport))
|
||||
(inputs
|
||||
(list icu4c openssl qtbase-5 zlib))
|
||||
(native-inputs (list perl qtdeclarative-5 qtquickcontrols-5 qtserialport))
|
||||
(inputs (list icu4c openssl qtbase-5 zlib))
|
||||
(synopsis "Qt Location and Positioning modules")
|
||||
(description "The Qt Location module provides an interface for location,
|
||||
positioning and geolocation plugins.")))
|
||||
|
|
Loading…
Reference in a new issue