[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (0e5e3edec5 -> bf6ab0e0f5)
From: |
guix-commits |
Subject: |
branch master updated (0e5e3edec5 -> bf6ab0e0f5) |
Date: |
Mon, 15 Jul 2024 17:35:13 -0400 (EDT) |
cbaines pushed a change to branch master
in repository guix.
from 0e5e3edec5 gnu: lr: Add comment about there not being tests.
new 4b85db10b1 guix: packages: Add new &package-unsupported-target-error.
new 832eec2a74 gnu: tls: Raise conditions from target->openssl-target.
new b6afc69605 guix: packages: Add
&unsupported-cross-compilation-target-error.
new e661121e39 build-system: meson: Use a more specific exception.
new 67b212ff60 gnu: rust: Guard against unsupported rust targets.
new 32eda73966 build-system: go: Properly handle when a target is
unsupported.
new 4baaa56e37 gnu: make-mingw-w64: Memoize.
new ce578830e6 gnu: make-mingw-w64: Use G-Expressions.
new 17188be0f7 gnu: make-mingw-w64: Update to 12.0.0.
new 21bf76c563 gnu: mingw-w64-tools: Use G-Expressions.
new bf6ab0e0f5 gnu: mingw-w64-tools: Update to 12.0.0.
The 11 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 | 3 -
gnu/packages/mingw.scm | 171 +++++++++++----------
gnu/packages/patches/mingw-w64-6.0.0-gcc.patch | 65 --------
.../patches/mingw-w64-dlltool-temp-prefix.patch | 26 ----
.../patches/mingw-w64-reproducible-gendef.patch | 33 ----
gnu/packages/rust.scm | 11 +-
gnu/packages/tls.scm | 17 +-
guix/build-system/go.scm | 10 +-
guix/build-system/meson.scm | 16 +-
guix/packages.scm | 17 ++
guix/ui.scm | 14 ++
11 files changed, 167 insertions(+), 216 deletions(-)
delete mode 100644 gnu/packages/patches/mingw-w64-6.0.0-gcc.patch
delete mode 100644 gnu/packages/patches/mingw-w64-dlltool-temp-prefix.patch
delete mode 100644 gnu/packages/patches/mingw-w64-reproducible-gendef.patch
- branch master updated (0e5e3edec5 -> bf6ab0e0f5),
guix-commits <=
- 01/11: guix: packages: Add new &package-unsupported-target-error., guix-commits, 2024/07/15
- 09/11: gnu: make-mingw-w64: Update to 12.0.0., guix-commits, 2024/07/15
- 11/11: gnu: mingw-w64-tools: Update to 12.0.0., guix-commits, 2024/07/15
- 03/11: guix: packages: Add &unsupported-cross-compilation-target-error., guix-commits, 2024/07/15
- 02/11: gnu: tls: Raise conditions from target->openssl-target., guix-commits, 2024/07/15
- 04/11: build-system: meson: Use a more specific exception., guix-commits, 2024/07/15
- 05/11: gnu: rust: Guard against unsupported rust targets., guix-commits, 2024/07/15
- 08/11: gnu: make-mingw-w64: Use G-Expressions., guix-commits, 2024/07/15
- 06/11: build-system: go: Properly handle when a target is unsupported., guix-commits, 2024/07/15
- 10/11: gnu: mingw-w64-tools: Use G-Expressions., guix-commits, 2024/07/15