From 16cc99610d63d67a7f8968740d4249cbaac73277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 3 Mar 2016 14:02:15 +0100 Subject: [PATCH] system: Add rfkill to '%base-packages'. * gnu/system.scm (%base-packages): Add RFKILL. --- gnu/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system.scm b/gnu/system.scm index d600d3a2934da30e797373445898ef2a3a634496..29b3ebc3c1ac8a9379cff24c8f919ee7d6971b36 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -360,7 +360,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 + iw wireless-tools rfkill iproute net-tools ; XXX: remove when Inetutils suffices