zfs: mark as broken for 4.16

+1 -1
+1 -1
pkgs/os-specific/linux/zfs/default.nix
··· 153 # to be adapted 154 zfsStable = common { 155 # comment/uncomment if breaking kernel versions are known 156 - incompatibleKernelVersion = null; 157 158 # this package should point to the latest release. 159 version = "0.7.8";
··· 153 # to be adapted 154 zfsStable = common { 155 # comment/uncomment if breaking kernel versions are known 156 + incompatibleKernelVersion = "4.16"; 157 158 # this package should point to the latest release. 159 version = "0.7.8";