From 53e1d838eb29f4988b6d13b1626ea13f39d2150e Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Fri, 20 Sep 2019 23:58:46 -0400 Subject: Revert "zfs: Incompatibility with kernel 5.3" This reverts commit 7cff0bc3eedb909d62d1dad79e71b37285fd9271. The assertion is eagerly evaluated and prevents builds for kernels that do not even use zfs --- pkgs/os-specific/linux/zfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux/zfs') diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix index d02a01fc93f..1b9b5a3ba51 100644 --- a/pkgs/os-specific/linux/zfs/default.nix +++ b/pkgs/os-specific/linux/zfs/default.nix @@ -151,7 +151,7 @@ in { # to be adapted zfsStable = common { # comment/uncomment if breaking kernel versions are known - incompatibleKernelVersion = "5.3"; + # incompatibleKernelVersion = "4.20"; # this package should point to the latest release. version = "0.8.1"; @@ -165,7 +165,7 @@ in { zfsUnstable = common { # comment/uncomment if breaking kernel versions are known - incompatibleKernelVersion = "5.3"; + # incompatibleKernelVersion = "4.19"; # this package should point to a version / git revision compatible with the latest kernel release version = "0.8.1"; -- cgit 1.4.1