Skip to content

Commit 9da14eb

Browse files
committed
linuxPackages.kvdo: mark broken on Linux 5.17+
1 parent e34fb41 commit 9da14eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/os-specific/linux/kvdo/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
2727
homepage = "https://github.com/dm-vdo/kvdo";
2828
description = "A pair of kernel modules which provide pools of deduplicated and/or compressed block storage";
2929
platforms = platforms.linux;
30+
broken = kernel.kernelOlder "5.15" || kernel.kernelAtLeast "5.17";
3031
};
3132
}

0 commit comments

Comments
 (0)