summary refs log tree commit diff
path: root/pkgs/os-specific/linux/zfs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-10-29 07:42:14 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-10-29 07:43:28 +0000
commit8609ff17ed8681762ec17bf7466eb4b1b727465d (patch)
treecbe2428a3ec98792042de8ea8a4e986ad428259e /pkgs/os-specific/linux/zfs
parentf1ba7453923fb60e4fa82402686a366eb120aab2 (diff)
downloadnixpkgs-8609ff17ed8681762ec17bf7466eb4b1b727465d.tar
nixpkgs-8609ff17ed8681762ec17bf7466eb4b1b727465d.tar.gz
nixpkgs-8609ff17ed8681762ec17bf7466eb4b1b727465d.tar.bz2
nixpkgs-8609ff17ed8681762ec17bf7466eb4b1b727465d.tar.lz
nixpkgs-8609ff17ed8681762ec17bf7466eb4b1b727465d.tar.xz
nixpkgs-8609ff17ed8681762ec17bf7466eb4b1b727465d.tar.zst
nixpkgs-8609ff17ed8681762ec17bf7466eb4b1b727465d.zip
zfs{Stable,Unstable}: mark as incompatible with 4.19
Diffstat (limited to 'pkgs/os-specific/linux/zfs')
-rw-r--r--pkgs/os-specific/linux/zfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix
index cae06dbd0f3..ed83313e5dd 100644
--- a/pkgs/os-specific/linux/zfs/default.nix
+++ b/pkgs/os-specific/linux/zfs/default.nix
@@ -158,7 +158,7 @@ in {
   # to be adapted
   zfsStable = common {
     # comment/uncomment if breaking kernel versions are known
-    # incompatibleKernelVersion = null;
+    incompatibleKernelVersion = "4.19";
 
     # this package should point to the latest release.
     version = "0.7.11";
@@ -177,7 +177,7 @@ in {
 
   zfsUnstable = common rec {
     # comment/uncomment if breaking kernel versions are known
-    incompatibleKernelVersion = null;
+    incompatibleKernelVersion = "4.19";
 
     # this package should point to a version / git revision compatible with the latest kernel release
     version = "0.8.0-rc1";