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

* gnu/system.scm (%base-packages-utils): Replace SHADOW with
SHADOW-WITH-MAN-PAGES.
This commit is contained in:
Ludovic Courtès 2022-03-20 22:13:48 +01:00
parent fe83583b7f
commit f43dce6ef9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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