guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: system: Use the udev-enabled util-linux variant.


From: guix-commits
Subject: 03/03: system: Use the udev-enabled util-linux variant.
Date: Wed, 8 Jan 2020 14:07:36 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 01bb039e7b408893009d15f56cfcbdc8af70a4af
Author: Marius Bakke <address@hidden>
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 <address@hidden>.
    
    * 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

[Prev in Thread] Current Thread [Next in Thread]