diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-08 19:57:45 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-08 20:04:12 +0100 |
commit | 01bb039e7b408893009d15f56cfcbdc8af70a4af (patch) | |
tree | 1998e1d2466916e10ce1e79392ae5872b25303f8 /gnu/system.scm | |
parent | 71e0f1e9adbce4a6476a70bddabf13f6d7af2d40 (diff) | |
download | patches-01bb039e7b408893009d15f56cfcbdc8af70a4af.tar patches-01bb039e7b408893009d15f56cfcbdc8af70a4af.tar.gz |
system: Use the udev-enabled util-linux variant.
Fixes <https://bugs.gnu.org/37931>.
Reported by Bengt Richter <bokr@bokr.com>.
* gnu/system.scm (%base-packages): Change from UTIL-LINUX to UTIL-LINUX+UDEV.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index abdbb081e6..7033671526 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -565,7 +565,7 @@ of PROVENANCE-SERVICE-TYPE to its services." ;; required for basic administrator tasks. (cons* procps psmisc which less zile nano pciutils usbutils - util-linux + util-linux+udev inetutils isc-dhcp (@ (gnu packages admin) shadow) ;for 'passwd' |