linuxPackages.lttng-modules: mark broken for 5.10

authored by superherointj and committed by Bjørn Forsman f175291c ff07cc83

+1
+1
pkgs/os-specific/linux/lttng-modules/default.nix
··· 57 57 license = with licenses; [ lgpl21Only gpl2Only mit ]; 58 58 platforms = platforms.linux; 59 59 maintainers = [ maintainers.bjornfor ]; 60 + broken = (lib.versions.majorMinor kernel.modDirVersion) == "5.10"; 60 61 }; 61 62 }