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.master
parent
71e0f1e9ad
commit
01bb039e7b
|
@ -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'
|
||||
|
||||
|
|
Reference in New Issue