guix-commits
[Top][All Lists]
Advanced

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

02/04: system: Use 'shadow-with-man-pages' in %BASE-PACKAGES-UTILS.


From: guix-commits
Subject: 02/04: system: Use 'shadow-with-man-pages' in %BASE-PACKAGES-UTILS.
Date: Mon, 21 Mar 2022 18:04:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f43dce6ef9b62ca060af95ca97007ae6dde1289f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Mar 20 22:13:48 2022 +0100

    system: Use 'shadow-with-man-pages' in %BASE-PACKAGES-UTILS.
    
    * gnu/system.scm (%base-packages-utils): Replace SHADOW with
    SHADOW-WITH-MAN-PAGES.
---
 gnu/system.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 59b3dea93c..c8375680ee 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic 
Courtès <ludo@gnu.org>
+;;; Copyright © 2013-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
@@ -837,7 +837,7 @@ of PROVENANCE-SERVICE-TYPE to its services."
 (define %base-packages-utils
   ;; Default set of  utilities packages.
  (cons* procps psmisc which
-        (@ (gnu packages admin) shadow) ;for 'passwd'
+        (@ (gnu packages admin) shadow-with-man-pages) ;for 'passwd'
 
         guile-3.0-latest
 



reply via email to

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