Commit f175291c authored by superherointj's avatar superherointj Committed by Bjørn Forsman
Browse files

linuxPackages.lttng-modules: mark broken for 5.10

parent ff07cc83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
    license = with licenses; [ lgpl21Only gpl2Only mit ];
    platforms = platforms.linux;
    maintainers = [ maintainers.bjornfor ];
    broken = (lib.versions.majorMinor kernel.modDirVersion) == "5.10";
  };
}