~ruther/guix-local

17527c8e4b0dfb77ccc3370535a9be4c11c4f409 — Hilton Chain 3 months ago 38ec338
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/file-systems.scm
M gnu/packages/file-systems.scm => gnu/packages/file-systems.scm +1 -0
@@ 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