mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
38ec338a5b
commit
17527c8e4b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue