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
This commit is contained in:
Hilton Chain 2025-11-04 23:19:20 +08:00
parent 38ec338a5b
commit 17527c8e4b
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -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