linuxPackages.evdi: mark broken on linux 6.6
Fixes #265868 `evdi` kernel module is incompatible with Linux 6.6, so mark it as broken.
This commit is contained in:
committed by
Alyssa Ross
parent
eb2f8aa686
commit
43fbdc751b
@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ lgpl21Only gpl2Only ];
|
||||
homepage = "https://www.displaylink.com/";
|
||||
broken = kernel.kernelOlder "4.19";
|
||||
broken = kernel.kernelOlder "4.19" || kernel.kernelAtLeast "6.6";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user