mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
zfsUnstable: mark correct zfs version as incompatible
This commit is contained in:
parent
6c87fbb620
commit
e7f2b7692b
@ -144,7 +144,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 = "4.16";
|
incompatibleKernelVersion = null;
|
||||||
|
|
||||||
# this package should point to the latest release.
|
# this package should point to the latest release.
|
||||||
version = "0.7.7";
|
version = "0.7.7";
|
||||||
@ -163,7 +163,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.16";
|
||||||
|
|
||||||
# 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 = "2018-04-04";
|
version = "2018-04-04";
|
||||||
|
Loading…
Reference in New Issue
Block a user