Age | Commit message (Expand) | Author |
---|---|---|
2022-01-14 | system: locale: Use only the current glibc....* gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.31. | Mathieu Othacehe |
2021-05-15 | Merge branch 'master' into core-updates | Ludovic Courtès |
2021-05-04 | locale: Remove glibc 2.29 from '%default-locale-libcs'....Having 2.29 is most likely no longer justified. Removing it reduces the closure size returned by: guix size $(guix system build gnu/system/install.scm) from 1.6G to 1.5G. * gnu/system/locale.scm (%default-locale-libcs): Remove GLIBC-2.29. | Ludovic Courtès |
2020-09-20 | gnu: glibc: Add version 2.31....* gnu/packages/base.scm (glibc-2.31): New variable. * gnu/system/locale.scm (%default-locale-libcs): Add it. | Ludovic Courtès |
2020-08-26 | system: locale: Only use the current glibc....Only use the current glibc, as adding glibc-2.29 for compatibility adds ~100MiB to the barebones system closure. * gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.29. | Mathieu Othacehe |