diff options
author | Mark H Weaver <mhw@netris.org> | 2015-02-03 23:35:42 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-02-04 18:20:17 -0500 |
commit | 4fb7e0de197a44cbf9aeacc6131128559d72caf3 (patch) | |
tree | ea9068c09ca558b2e7b1daf89db3316a953aae86 /gnu/system | |
parent | 698761587c218d6872976251f979c5440a65a8c6 (diff) | |
download | guix-4fb7e0de197a44cbf9aeacc6131128559d72caf3.tar guix-4fb7e0de197a44cbf9aeacc6131128559d72caf3.tar.gz |
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.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ Use Alt-F2 for documentation. 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 |