mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gpsd: Update to 3.20.
* gnu/packages/gps.scm (gpsd): Update to 3.20. [inputs]: Add gtk+.
This commit is contained in:
parent
4570ab0316
commit
24f4263d06
1 changed files with 3 additions and 2 deletions
|
@ -220,14 +220,14 @@ (define-public gpxsee
|
||||||
(define-public gpsd
|
(define-public gpsd
|
||||||
(package
|
(package
|
||||||
(name "gpsd")
|
(name "gpsd")
|
||||||
(version "3.19")
|
(version "3.20")
|
||||||
(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.gz"))
|
"/releases/gpsd/gpsd-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0faz2mvk82hi7ispxxih07lhpyz5dazs4gcknym9piiabga29p97"))))
|
(base32 "0l2yz0yw9sil82lh2l4swkkldgmhzhv588n5lcavib4f0q2phahp"))))
|
||||||
(build-system scons-build-system)
|
(build-system scons-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bc" ,bc)
|
`(("bc" ,bc)
|
||||||
|
@ -235,6 +235,7 @@ (define-public gpsd
|
||||||
(inputs
|
(inputs
|
||||||
`(("bluez" ,bluez)
|
`(("bluez" ,bluez)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
|
("gtk+" ,gtk+)
|
||||||
("libcap" ,libcap)
|
("libcap" ,libcap)
|
||||||
("libusb" ,libusb)
|
("libusb" ,libusb)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
|
|
Loading…
Reference in a new issue