[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (a24562a -> a738a66)
From: |
guix-commits |
Subject: |
branch core-updates updated (a24562a -> a738a66) |
Date: |
Thu, 22 Apr 2021 08:04:58 -0400 (EDT) |
civodul pushed a change to branch core-updates
in repository guix.
from a24562a gnu: glib: Disable failing test.
new 1010171 gremlin: 'elf-dynamic-info' returns a file name rathern than
a dynamic entry.
new d115747 packages: Fix patch-and-repack for ZIP files.
new b2b799e utils: Rename 'wrapper?' to 'wrapped-program?'.
new ed42b2c glib-or-gtk-build-system: Don't double wrap programs.
new b6753aa rakudo-build-system: Don't double wrap programs.
new c90a509 qt-build-system: Don't double wrap programs.
new a738a66 utils: wrap-program: Refuse to wrap .X-real files.
The 7 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/packages/ebook.scm | 2 +-
guix/build/glib-or-gtk-build-system.scm | 5 +++--
guix/build/gremlin.scm | 4 +++-
guix/build/python-build-system.scm | 2 +-
guix/build/qt-build-system.scm | 5 ++++-
guix/build/rakudo-build-system.scm | 3 ++-
guix/build/utils.scm | 9 ++++++---
guix/packages.scm | 2 +-
tests/gremlin.scm | 18 ++++++++++++++++++
9 files changed, 39 insertions(+), 11 deletions(-)
- branch core-updates updated (a24562a -> a738a66),
guix-commits <=
- 01/07: gremlin: 'elf-dynamic-info' returns a file name rathern than a dynamic entry., guix-commits, 2021/04/22
- 02/07: packages: Fix patch-and-repack for ZIP files., guix-commits, 2021/04/22
- 03/07: utils: Rename 'wrapper?' to 'wrapped-program?'., guix-commits, 2021/04/22
- 04/07: glib-or-gtk-build-system: Don't double wrap programs., guix-commits, 2021/04/22
- 05/07: rakudo-build-system: Don't double wrap programs., guix-commits, 2021/04/22
- 07/07: utils: wrap-program: Refuse to wrap .X-real files., guix-commits, 2021/04/22
- 06/07: qt-build-system: Don't double wrap programs., guix-commits, 2021/04/22