mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rtl-sdr: Update to 0.6.0.1-5e73f90.
* gnu/packages/radio.scm (rtl-sdr): Update to 0.6.0.1-5e73f90.
This commit is contained in:
parent
c0ca63b4da
commit
bcc13ee8a1
1 changed files with 37 additions and 36 deletions
|
@ -171,19 +171,21 @@ (define-public liquid-dsp
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rtl-sdr
|
(define-public rtl-sdr
|
||||||
|
;; No tagged release since 2018
|
||||||
|
(let ((commit "5e73f90f1d85d8db2e583f3dbf1cff052d71d59b")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "rtl-sdr")
|
(name "rtl-sdr")
|
||||||
(version "0.6.0")
|
(version (git-version "0.6.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.osmocom.org/rtl-sdr/")
|
(url "https://git.osmocom.org/rtl-sdr/")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "106fwzyr7cba952f3p3wm3hdqzm9zvm0v3gcz4aks2n7fnvrgrvn"))))
|
||||||
"0lmvsnb4xw4hmz6zs0z5ilsah5hjz29g1s0050n59fllskqr3b8k"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libusb))
|
(list libusb))
|
||||||
|
@ -201,8 +203,7 @@ (define-public rtl-sdr
|
||||||
(("DESTINATION \"/etc/udev/")
|
(("DESTINATION \"/etc/udev/")
|
||||||
(string-append "DESTINATION \""
|
(string-append "DESTINATION \""
|
||||||
(assoc-ref outputs "out")
|
(assoc-ref outputs "out")
|
||||||
"/lib/udev/")))
|
"/lib/udev/"))))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://osmocom.org/projects/sdr/wiki/rtl-sdr")
|
(home-page "https://osmocom.org/projects/sdr/wiki/rtl-sdr")
|
||||||
(synopsis "Software defined radio driver for Realtek RTL2832U")
|
(synopsis "Software defined radio driver for Realtek RTL2832U")
|
||||||
(description "DVB-T dongles based on the Realtek RTL2832U can be used as a
|
(description "DVB-T dongles based on the Realtek RTL2832U can be used as a
|
||||||
|
@ -220,7 +221,7 @@ (define-public rtl-sdr
|
||||||
|
|
||||||
To install the rtl-sdr udev rules, you must extend 'udev-service-type' with
|
To install the rtl-sdr udev rules, you must extend 'udev-service-type' with
|
||||||
this package. E.g.: @code{(udev-rules-service 'rtl-sdr rtl-sdr)}")
|
this package. E.g.: @code{(udev-rules-service 'rtl-sdr rtl-sdr)}")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public airspyhf
|
(define-public airspyhf
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue