mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: rfkill: Mark as superseded by util-linux.
* gnu/packages/linux.scm (rfkill)[properties]: New field, superseded by util-linux. * gnu/system.scm (%base-packages): Remove rfkill.
This commit is contained in:
parent
db9107b90a
commit
5146f22b3b
2 changed files with 4 additions and 2 deletions
|
@ -2643,7 +2643,9 @@ (define-public rfkill
|
|||
which is used to enable and disable wireless networking devices, typically
|
||||
WLAN, Bluetooth and mobile broadband.")
|
||||
(license (license:non-copyleft "file://COPYING"
|
||||
"See COPYING in the distribution."))))
|
||||
"See COPYING in the distribution."))
|
||||
;; rfkill is part of util-linux as of 2.31.
|
||||
(properties `((superseded . ,util-linux)))))
|
||||
|
||||
(define-public acpi
|
||||
(package
|
||||
|
|
|
@ -516,7 +516,7 @@ (define %base-packages
|
|||
|
||||
;; wireless-tools is deprecated in favor of iw, but it's still what
|
||||
;; many people are familiar with, so keep it around.
|
||||
iw wireless-tools rfkill
|
||||
iw wireless-tools
|
||||
|
||||
iproute
|
||||
net-tools ; XXX: remove when Inetutils suffices
|
||||
|
|
Loading…
Reference in a new issue