aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/hurd.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-19 15:16:19 +0100
committerMarius Bakke <marius@gnu.org>2020-12-20 23:40:45 +0100
commit1345c611bafb0a40af14f812d62c4cdaca3d2993 (patch)
treefbcac496b13528c73403c90bbb47250f480ffd74 /gnu/system/hurd.scm
parentcbd0a38ccb1c5830c06781c1c411ad8f5bbfa2bb (diff)
downloadguix-1345c611bafb0a40af14f812d62c4cdaca3d2993.tar.gz
guix-1345c611bafb0a40af14f812d62c4cdaca3d2993.zip
gnu: texlive: Wrap with 'bash-minimal'.
* gnu/packages/tex.scm (texlive)[inputs]: Change from BASH to BASH-MINIMAL.
Diffstat (limited to 'gnu/system/hurd.scm')
0 files changed, 0 insertions, 0 deletions
l-package import. * gnu/system.scm (%base-packages): Remove canonical-package. * gnu/system/install.scm (%installation-services): Ditto, (installation-os): ditto. * gnu/system/locale.scm (single-locale-directory): Ditto. 2019-06-07Add (gnu build locale).Ludovic Courtès * gnu/build/locale.scm: New file. * gnu/local.mk (MODULES_NOT_COMPILED): Add it. * gnu/installer/locale.scm (normalize-codeset): Remove. * gnu/system/locale.scm (localedef-command): Remove. (single-locale-directory): Use (gnu build locale). (glibc-supported-locales)[build]: Likewise, and remove 'read-supported-locales'. 2019-05-13locale: Add 'glibc-supported-locales'.Ludovic Courtès * gnu/system/locale.scm (glibc-supported-locales): New procedure. 2018-01-24system: Put locales where libc will find them.Mark H Weaver * gnu/system/locale.scm (localedef-command, single-locale-directory): Use only the major+minor part of the libc version number in the locale directory name. 2017-07-17locale: Demonadify the locale creation API.Ludovic Courtès * gnu/system/locale.scm (single-locale-directory): Use 'computed-file' instead of 'gexp->derivation'. (locale-directory): Adjust accordingly and do the same. * gnu/system.scm (operating-system-directory-base-entries): Adjust accordingly. 2017-07-17gnu: Remove glibc@2.21 and its traces.Ludovic Courtès * gnu/packages/base.scm (glibc-2.21): Remove. * gnu/system/locale.scm (localedef-command)[maybe-version-directory]: Remove. Replace call with use of 'package-version'. (single-locale-directory): Remove 'version>=' conditional. 2017-07-11system: Refer to native packages when appropriate.Ludovic Courtès * gnu/system/locale.scm (localedef-command): Use the native LIBC. * gnu/system/shadow.scm (default-skeletons): Use the native GUILE-WM.