~ruther/guix-local

5146f22b3b1615ed9d10796a0b1fffdf617138ef — Efraim Flashner 8 years ago db9107b
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.
2 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/system.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +3 -1
@@ 2643,7 2643,9 @@ Command Translation} (SAT) are also supported.")
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

M gnu/system.scm => gnu/system.scm +1 -1
@@ 516,7 516,7 @@ explicitly appear in OS."

         ;; 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