guix/gnu/system
Ludovic Courtès 34760ae703 system: Add 'locale-libcs' field.
* gnu/system/locale.scm (localedef-command)[maybe-version-directory]:
  New procedure.
  Use it.
  (locale-directory): Rename to...
  (single-locale-directory): ... this.  Check the version of LIBC to
  determine whether to create a "X.Y" sub-directory or to make it a
  symlink to ".".  Add the version number in the derivation name.
  (locale-directory): New procedure.
  (%default-locale-libcs): New variable.
* gnu/system.scm (<operating-system>)[locale-libcs]: New field.
  (operating-system-locale-directory): Pass it to 'locale-directory'.
* doc/guix.texi (operating-system Reference): Document 'locale-libcs'.
  (Locales)[Locale Data Compatibility Considerations]: New section.
2015-10-30 23:05:52 +01:00
..
examples system: Define '%base-user-accounts'. 2015-05-25 21:34:23 +02:00
file-systems.scm system: File systems depend on their corresponding device mappings. 2015-10-29 19:07:58 +01:00
grub.scm system: grub: Let GRUB choose the best graphics mode. 2015-10-29 19:07:57 +01:00
install.scm install: Set the mtime in the binary tarball to 1. 2015-10-17 12:20:39 +02:00
linux-container.scm scripts: system: Add 'container' action. 2015-10-30 13:22:59 -04:00
linux-initrd.scm linux-initrd: Use pata_acpi, pata_atiixp, and isci modules only on Intel. 2015-10-27 21:44:46 +01:00
linux.scm services: Add screen-locker service. 2015-10-29 19:07:58 +01:00
locale.scm system: Add 'locale-libcs' field. 2015-10-30 23:05:52 +01:00
nss.scm nss: Add '%mdns-host-lookup-nss'. 2015-05-08 16:35:32 +02:00
shadow.scm services: Introduce extensible services. 2015-10-10 22:55:15 +02:00
vm.scm vm: Make the list of partitions to build a parameter. 2015-07-26 00:57:44 +02:00