install: Add glibc to the global profile.

Suggested by petter on #guix.

* gnu/system/install.scm (installation-os)[packages]: Add glibc.
master
Ludovic Courtès 2016-02-04 12:11:50 +01:00
parent 202e2e412a
commit a6312f1dd0
1 changed files with 2 additions and 1 deletions

View File

@ -360,7 +360,8 @@ Use Alt-F2 for documentation.
;; Explicitly allow for empty passwords.
(base-pam-services #:allow-empty-passwords? #t))
(packages (cons* texinfo-4 ;for the standalone Info reader
(packages (cons* (canonical-package glibc) ;for 'tzselect' & co.
texinfo-4 ;for the standalone Info reader
parted ddrescue
grub ;mostly so xrefs to its manual work
cryptsetup