Revert "zfs: Incompatibility with kernel 5.3"
This reverts commit 7cff0bc3ee
.
The assertion is eagerly evaluated and prevents builds for kernels
that do not even use zfs
This commit is contained in:
parent
abbb9ea848
commit
53e1d838eb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user