forked from mirrors/nixpkgs
zfs{Stable,Unstable}: mark as incompatible with 4.19
This commit is contained in:
parent
f1ba745392
commit
8609ff17ed
|
@ -158,7 +158,7 @@ in {
|
||||||
# to be adapted
|
# to be adapted
|
||||||
zfsStable = common {
|
zfsStable = common {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# comment/uncomment if breaking kernel versions are known
|
||||||
# incompatibleKernelVersion = null;
|
incompatibleKernelVersion = "4.19";
|
||||||
|
|
||||||
# this package should point to the latest release.
|
# this package should point to the latest release.
|
||||||
version = "0.7.11";
|
version = "0.7.11";
|
||||||
|
@ -177,7 +177,7 @@ in {
|
||||||
|
|
||||||
zfsUnstable = common rec {
|
zfsUnstable = common rec {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# 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
|
# this package should point to a version / git revision compatible with the latest kernel release
|
||||||
version = "0.8.0-rc1";
|
version = "0.8.0-rc1";
|
||||||
|
|
Loading…
Reference in a new issue