mbakke pushed a commit to branch master
in repository guix.

commit 01bb039e7b408893009d15f56cfcbdc8af70a4af
Author: Marius Bakke <[email protected]>
AuthorDate: Wed Jan 8 19:57:45 2020 +0100

    system: Use the udev-enabled util-linux variant.
    
    Fixes <https://bugs.gnu.org/37931>.
    Reported by Bengt Richter <[email protected]>.
    
    * gnu/system.scm (%base-packages): Change from UTIL-LINUX to 
UTIL-LINUX+UDEV.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index abdbb08..7033671 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'
 

Reply via email to