me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2020-01-08 19:57:45 +01:00
parent 71e0f1e9ad
commit 01bb039e7b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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'