From 4fb7e0de197a44cbf9aeacc6131128559d72caf3 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 3 Feb 2015 23:35:42 -0500 Subject: gnu: wpa-supplicant: Add dbus support; add wpa-supplicant-light. * gnu/packages/admin.scm (wpa-supplicant-light): New variable containing the previous dbus-free package, but renamed. Remove outdated TODO comments. (wpa-supplicant): Now inherits from wpa-supplicant-light but adds dbus support. * gnu/system/install.scm (installation-os): Use wpa-supplicant-light. --- gnu/system/install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/system') diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 5b6dabe8fc..2e7e4eafad 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -274,7 +274,7 @@ (define installation-os parted ddrescue grub ;mostly so xrefs to its manual work cryptsetup - wireless-tools iw wpa-supplicant + wireless-tools iw wpa-supplicant-light ;; XXX: We used to have GNU fdisk here, but as of version ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable ;; space; furthermore util-linux's fdisk is already -- cgit v1.2.3