mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rtl-sdr: Simplify installation instructions.
* gnu/packages/radio.scm (rtl-sdr)[description]: Replace 'modify-services' snippet with 'udev-rules-service'.
This commit is contained in:
parent
85eed078ff
commit
aee7d000f8
1 changed files with 2 additions and 11 deletions
|
@ -152,17 +152,8 @@ (define-public rtl-sdr
|
|||
(kernel-arguments '(\"modprobe.blacklist=dvb_usb_rtl28xxu\"))
|
||||
@end lisp
|
||||
|
||||
To install the rtl-sdr udev rules, you must add this package in the
|
||||
configuration of the udev system service. E.g.:
|
||||
|
||||
@lisp
|
||||
(services
|
||||
(modify-services %desktop-services
|
||||
(udev-service-type config =>
|
||||
(udev-configuration (inherit config)
|
||||
(rules (cons rtl-sdr
|
||||
(udev-configuration-rules config)))))))
|
||||
@end lisp")
|
||||
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)}")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public chirp
|
||||
|
|
Loading…
Reference in a new issue