From d979b1b459a5be319e7af02f13abfa09b53fd617 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 16 Mar 2026 11:33:41 +0200 Subject: [PATCH] gnu: Register missing patch. This is a follow-up to f380c63da454e4e21e88db1e65a18bfb65f8c919. * gnu/local.mk (dist_patch_DATA): Register hwloc-add-with-opencl.patch. Change-Id: I4f1850659fc56049e93b1723f599e0713ba42da6 --- gnu/local.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/local.mk b/gnu/local.mk index 56791554e3..e8e144294e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1608,6 +1608,7 @@ dist_patch_DATA = \ %D%/packages/patches/hurd-rumpdisk-no-hd.patch \ %D%/packages/patches/hurd-startup.patch \ %D%/packages/patches/hwloc-1-test-btrfs.patch \ + %D%/packages/patches/hwloc-add-with-opencl.patch \ %D%/packages/patches/i3lock-blur-fix-build-on-gcc-10.patch \ %D%/packages/patches/i7z-gcc-10.patch \ %D%/packages/patches/icecat-adjust-mozilla-desktop.patch \