guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (8161a086ea -> 62e67aa799)


From: guix-commits
Subject: branch core-updates updated (8161a086ea -> 62e67aa799)
Date: Tue, 19 Dec 2023 17:53:17 -0500 (EST)

civodul pushed a change to branch core-updates
in repository guix.

    from 8161a086ea gnu: ocaml4.07-gsl-1: Fix typo.
     new 81537cc58a packages: Remove reference to ‘glibc-utf8-locales’ in 
‘patch-and-repack’.
     new 02d21712be build-system/gnu: Change default locale to C.UTF-8.
     new de9d6d12e9 gnu: commencement: Remove ‘glibc-utf8-locales’ from 
‘%final-inputs’.
     new 10ed3f0c7b profiles: Use C.UTF-8 instead of ‘glibc-utf8-locales’ where 
possible.
     new 8d88ef1ac7 packages: Output and error ports are line-buffered in 
‘patch-and-repack’.
     new 10541dca6a gnu: glibc-utf8-locales: Add the C.UTF-8 locale.
     new 33b5db1a79 gnu: glibc: Add patch for ‘ucontext’ on x86_64-gnu 
(GNU/Hurd).
     new 7ebe4b7272 build-system/gnu: Turn PID 1 into an “init”-style process 
by default.
     new 62e67aa799 gnu: glib: Skip test that fails with glibc 2.38.

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk                                       |  1 +
 gnu/packages/base.scm                              | 24 ++++--
 gnu/packages/commencement.scm                      | 31 ++++----
 gnu/packages/gawk.scm                              |  6 +-
 gnu/packages/glib.scm                              |  6 +-
 gnu/packages/linux.scm                             |  6 +-
 .../patches/glibc-2.38-hurd-ucontext.patch         | 87 ++++++++++++++++++++++
 gnu/packages/texinfo.scm                           |  7 +-
 guix/build-system/gnu.scm                          |  8 +-
 guix/build/gnu-build-system.scm                    | 41 +++++++++-
 guix/packages.scm                                  | 34 ++++-----
 guix/profiles.scm                                  | 33 ++------
 tests/profiles.scm                                 |  7 +-
 13 files changed, 206 insertions(+), 85 deletions(-)
 create mode 100644 gnu/packages/patches/glibc-2.38-hurd-ucontext.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]