guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-next updated (45e0456 -> c249682)


From: guix-commits
Subject: branch core-updates-next updated (45e0456 -> c249682)
Date: Mon, 2 Sep 2019 11:21:49 -0400 (EDT)

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

      from  45e0456   Merge branch 'core-updates' into core-updates-next
       new  659a2d0   gnu: perl: Fix cross-compilation.
       new  b67da21   gnu: python: Fix cross compilation.
       new  c584981   gnu: tcl: Fix cross-compilation.
       new  8c7855b   gnu: tk: Fix cross-compilation.
       new  c59666e   gnu: libxslt: Fix cross-compilation.
       new  3fbad92   gnu: xorg: Fix cross-compilation of multiple packages.
       new  f714e75   gnu: python: Further cross-compilation fixes.
       new  d0a951a   gnu: http-parser: Fix cross-compilation.
       new  48abccf   gnu: libgit2: Fix cross compilation.
       new  beeb489   gnu: ath9k-htc-firmware: Fix cross compilation.
       new  fd3856b   gnu: mit-krb5: Fix cross-compilation.
       new  f205f63   gnu: help2man: Fix cross-compilation.
       new  f9ad7a0   gnu: xmlto: Fix cross-compilation.
       new  351a0f6   gnu: libarchive: Fix cross-compilation.
       new  7bef328   gnu: tcsh: Fix cross-compilation.
       new  a22d6fd   gnu: pkg-config: Fix cross-compilation.
       new  c249682   gnu: alsa-utils: Fix cross-compilation.

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


Summary of changes:
 gnu/local.mk                                       |   1 +
 gnu/packages/backup.scm                            |  47 ++++---
 gnu/packages/firmware.scm                          |   5 +-
 gnu/packages/kerberos.scm                          |  21 ++-
 gnu/packages/linux.scm                             |   7 +-
 gnu/packages/man.scm                               |   2 +
 gnu/packages/patches/python-2.7-search-paths.patch |  10 +-
 gnu/packages/patches/python-3-search-paths.patch   |  11 +-
 gnu/packages/patches/python-cross-compile.patch    | 145 +++++++++++++++++++++
 gnu/packages/perl.scm                              |   7 +-
 gnu/packages/pkg-config.scm                        |  13 +-
 gnu/packages/python.scm                            |  54 ++++++--
 gnu/packages/shells.scm                            |   9 ++
 gnu/packages/tcl.scm                               |  28 +++-
 gnu/packages/version-control.scm                   |  17 ++-
 gnu/packages/web.scm                               |  17 ++-
 gnu/packages/xml.scm                               |   4 +
 gnu/packages/xorg.scm                              |  28 +++-
 18 files changed, 363 insertions(+), 63 deletions(-)
 create mode 100644 gnu/packages/patches/python-cross-compile.patch



reply via email to

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