guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: rfkill: Mark as superseded by util-linux.


From: Efraim Flashner
Subject: 02/02: gnu: rfkill: Mark as superseded by util-linux.
Date: Thu, 2 Nov 2017 16:48:31 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 5146f22b3b1615ed9d10796a0b1fffdf617138ef
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 2 22:43:09 2017 +0200

    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.
---
 gnu/packages/linux.scm | 4 +++-
 gnu/system.scm         | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2bd8190..01b0af2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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
diff --git a/gnu/system.scm b/gnu/system.scm
index 5f562b4..2ccae36 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]