nvidia-x11: mark legacy_340 as broken if kernel version is greater than 5.4 (#157475)

This commit is contained in:
Binary-Eater
2022-02-02 00:12:29 -05:00
committed by GitHub
parent 02158e3fa4
commit e621a3efa4
@@ -77,6 +77,7 @@ rec {
persistencedSha256 = "1ax4xn3nmxg1y6immq933cqzw6cj04x93saiasdc0kjlv0pvvnkn";
useGLVND = false;
broken = with kernel; kernelAtLeast "5.5";
patches = [ ./vm_operations_struct-fault.patch ];
};
}