From 17527c8e4b0dfb77ccc3370535a9be4c11c4f409 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Tue, 4 Nov 2025 23:19:20 +0800 Subject: [PATCH] gnu: zfs: Build for linux-libre-lts. This fixes build issue of ZFS related packages due to incompatibility with kernel updates. ZFS is generally used with LTS kernels anyway. * gnu/packages/file-systems.scm (zfs) [arguments] <#:linux>: Set to linux-libre-lts. Change-Id: I71d04de6f79415c4e15090f37a809a0c435c4798 --- gnu/packages/file-systems.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 2426484bd2d..854d0e3c9dc 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1736,6 +1736,7 @@ with the included @command{xfstests-check} helper.") #:substitutable? #f ;; Tests cannot run in an unprivileged build environment. #:tests? #f + #:linux linux-libre-lts #:phases #~(modify-phases %standard-phases (add-after 'configure 'really-configure