We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d7673 commit 2e82459Copy full SHA for 2e82459
1 file changed
pkgs/os-specific/linux/dddvb/default.nix
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
35
license = licenses.gpl2Only;
36
maintainers = with maintainers; [ hexa ];
37
platforms = platforms.linux;
38
+ broken = kernel.kernelAtLeast "5.18";
39
};
40
}
0 commit comments