diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-11-04 23:19:20 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-12-05 16:40:02 +0800 |
| commit | 17527c8e4b0dfb77ccc3370535a9be4c11c4f409 (patch) | |
| tree | 9de58911c871e86e0c3840170e9f0278d6699610 /gnu/packages/file-systems.scm | |
| parent | 38ec338a5b7bc87f63f362e40eda6ed4ea4f1c30 (diff) | |
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
Diffstat (limited to 'gnu/packages/file-systems.scm')
| -rw-r--r-- | gnu/packages/file-systems.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
