gnu: gpsd: Update to 3.23.1.
* gnu/packages/gps.scm (gpsd): Update to 3.23.1. [arguments]: Don't explicitly return #t from phases.master
parent
e2fdc27bf1
commit
308ed1dd44
|
@ -221,14 +221,14 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.")
|
||||||
(define-public gpsd
|
(define-public gpsd
|
||||||
(package
|
(package
|
||||||
(name "gpsd")
|
(name "gpsd")
|
||||||
(version "3.23")
|
(version "3.23.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download-mirror.savannah.gnu.org"
|
(uri (string-append "https://download-mirror.savannah.gnu.org"
|
||||||
"/releases/gpsd/gpsd-" version ".tar.xz"))
|
"/releases/gpsd/gpsd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1px9im0qfn8k7mnvjcw5myakzd7mad2drwyzji400hpwyswjjr73"))))
|
(base32 "1hd8b09is4gd73lpsdywxxdx11iijikmqgxd0y57pic3yxnlcb6a"))))
|
||||||
(build-system scons-build-system)
|
(build-system scons-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bc" ,bc)
|
`(("bc" ,bc)
|
||||||
|
@ -261,8 +261,7 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.")
|
||||||
(setenv "TAR" "noop")
|
(setenv "TAR" "noop")
|
||||||
(substitute* "SConscript"
|
(substitute* "SConscript"
|
||||||
(("envs = \\{\\}")
|
(("envs = \\{\\}")
|
||||||
"envs = os.environ"))
|
"envs = os.environ"))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'wrap-python-scripts
|
(add-after 'install 'wrap-python-scripts
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
@ -283,8 +282,7 @@ such as elevation, speed, heart rate, power, temperature, and gear shifts.")
|
||||||
(wrap-program (string-append out "/bin/" script)
|
(wrap-program (string-append out "/bin/" script)
|
||||||
`("PYTHONPATH" ":" prefix (,pythonpath))))
|
`("PYTHONPATH" ":" prefix (,pythonpath))))
|
||||||
'("gegps" "gpscat" "gpsfake" "gpsprof"
|
'("gegps" "gpscat" "gpsfake" "gpsprof"
|
||||||
"ubxtool" "xgps" "xgpsspeed" "zerk")))
|
"ubxtool" "xgps" "xgpsspeed" "zerk"))))))))
|
||||||
#t)))))
|
|
||||||
(synopsis "GPS service daemon")
|
(synopsis "GPS service daemon")
|
||||||
(description
|
(description
|
||||||
"@code{gpsd} is a service daemon that monitors one or more GPSes or AIS
|
"@code{gpsd} is a service daemon that monitors one or more GPSes or AIS
|
||||||
|
|
Reference in New Issue