linuxPackages.nvidia_x11: mark as broken on 6.2
This commit is contained in:
parent
7478655ee7
commit
8d77f85546
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ let
|
|||
platforms = [ "x86_64-linux" ] ++ optionals (!i686bundled) [ "i686-linux" ];
|
||||
maintainers = with maintainers; [ jonringer ];
|
||||
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
|
||||
inherit broken;
|
||||
# proprietary driver currently does not support X86_KERNEL_IBT, which is scheduled to be added in linux 6.2
|
||||
broken = broken || (kernel != null && kernel.kernelAtLeast "6.2");
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue