Unverified Commit 87124068 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

linuxPackages.ddvb: Mark broken on 6.2+

Newer versions fail to build as well and cause regressions.
parent 75c6b807
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ hexa ];
    platforms = platforms.linux;
    broken = lib.versionAtLeast kernel.version "6.2";
  };
}