Skip to content

Commit 2e82459

Browse files
committed
linuxPackages.dddvb: mark broken on Linux 5.18
1 parent 48d7673 commit 2e82459

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
3535
license = licenses.gpl2Only;
3636
maintainers = with maintainers; [ hexa ];
3737
platforms = platforms.linux;
38+
broken = kernel.kernelAtLeast "5.18";
3839
};
3940
}

0 commit comments

Comments
 (0)