This is an automated email from the git hooks/post-receive script. guix_mirror_bot pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 11dcc36d5e gnu: Unregister deleted file. 11dcc36d5e is described below commit 11dcc36d5ec606a8522e4500ee9511030081db87 Author: Andreas Enge <andr...@enge.fr> AuthorDate: Fri Sep 19 21:37:00 2025 +0200 gnu: Unregister deleted file. This is a follow-up to commit 3dc53ee3e70bd109978548bd43f26386f5c93582. * gnu/packages/llvm.scm (dist_patch_DATA): Really unregister gnu/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch. Change-Id: Ib49c1b506decfa1c5b0b11947964cfc9af2b61b6 --- gnu/local.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/local.mk b/gnu/local.mk index de82d677a7..e2e6e55183 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1805,7 +1805,6 @@ dist_patch_DATA = \ %D%/packages/patches/linux-pam-unix_chkpwd.patch \ %D%/packages/patches/lirc-localstatedir.patch \ %D%/packages/patches/lirc-reproducible-build.patch \ - %D%/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch \ %D%/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch \ %D%/packages/patches/llvm-13-gcc-14.patch \ %D%/packages/patches/lm-sensors-hwmon-attrs.patch \