guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (8c83069 -> 916ec91)


From: guix-commits
Subject: branch core-updates updated (8c83069 -> 916ec91)
Date: Sat, 11 Apr 2020 13:26:04 -0400 (EDT)

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

    from 8c83069  gnu: sbcl-burgled-batteries3: Fix build with Python 3.8.
     new 8724194  install: 'populate-root-file-system' can be passed extra 
directives.
     new 82782d8  vm: 'qemu-image' accepts a list of extra populate directives.
     new 4d1ff68  vm: 'qemu-image' can pass options to the 'mkfs' command.
     new 2981463  gnu: gnumach: Enable kernel debugger (kbd).
     new f46cf8e  gnu: hurd: Provide our own /libexec/rc script.
     new 7aad460  gnu: cross-libc: Add patch to add 'mach_print' symbol on 
GNU/Hurd.
     new 09ac892  gnu: hurd: Use a 32-bit MiG when cross-compiling.
     new b7e23a9  gnu: hurd: Record the right file name of 'login'.
     new 29505c7  gnu: hurd: Ensure startup scripts refer to the right programs.
     new 62a3bbf  gnu: hurd: Install the UTF-8 motd.
     new 7e7033d  gnu: libgcrypt: Fix cross-compilation.
     new abbeaf5  gnu: hurd: Add dependency on libgcrypt.
     new a16022a  gnu: libdaemon: Allow cross-compilation.
     new 5ea5d05  gnu: libdaemon: Cross-build with --localstatedir=/var.
     new 1d5fc9f  gnu: hurd: Add dependency on libdaemon.
     new ad3bbea  gnu: hurd: Install a BDF font.
     new 1c4268e  gnu: cross-libc: Add patch to allow 'gettyent' reading store 
file names.
     new 916ec91  gnu: guile@3: Disable JIT on GNU/Hurd.

The 18 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/build/install.scm                            |  18 ++-
 gnu/build/vm.scm                                 |  35 +++--
 gnu/local.mk                                     |   2 +
 gnu/packages/cross-base.scm                      |  18 ++-
 gnu/packages/gnupg.scm                           |   5 +-
 gnu/packages/guile.scm                           |   7 +
 gnu/packages/hurd.scm                            | 188 ++++++++++++++++++++++-
 gnu/packages/libdaemon.scm                       |  16 +-
 gnu/packages/patches/glibc-hurd-gettyent.patch   |  34 ++++
 gnu/packages/patches/glibc-hurd-mach-print.patch |  23 +++
 gnu/system/vm.scm                                |  12 +-
 11 files changed, 329 insertions(+), 29 deletions(-)
 create mode 100644 gnu/packages/patches/glibc-hurd-gettyent.patch
 create mode 100644 gnu/packages/patches/glibc-hurd-mach-print.patch



reply via email to

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