[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: install: Add glibc to the global profile.
From: |
Ludovic Courtès |
Subject: |
01/02: install: Add glibc to the global profile. |
Date: |
Thu, 04 Feb 2016 11:21:56 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit a6312f1dd07c358ac07e5e1ee3c8fff049055602
Author: Ludovic Courtès <address@hidden>
Date: Thu Feb 4 12:11:50 2016 +0100
install: Add glibc to the global profile.
Suggested by petter on #guix.
* gnu/system/install.scm (installation-os)[packages]: Add glibc.
---
gnu/system/install.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 8ec93bc..0cfc8fa 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -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