diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-11-02 22:43:09 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-11-02 22:43:55 +0200 |
commit | 5146f22b3b1615ed9d10796a0b1fffdf617138ef (patch) | |
tree | 0f41d323fb8cd09d21ab4085c8978ee5f7bb55f1 /gnu/packages/linux.scm | |
parent | db9107b90a1a152dc17a1414dcf1ca2761887a2f (diff) | |
download | guix-5146f22b3b1615ed9d10796a0b1fffdf617138ef.tar guix-5146f22b3b1615ed9d10796a0b1fffdf617138ef.tar.gz |
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.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2bd81901d7..01b0af24b3 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 |