Unverified Commit 4b8fb7d6 authored by Nick Cao's avatar Nick Cao
Browse files

qt6.qtsvg: drop outdated patches

parent da086000
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
, libmng
, zlib
, pkg-config
, fetchpatch2
}:

qtModule {
@@ -13,13 +12,4 @@ qtModule {
  propagatedBuildInputs = [ qtbase ];
  buildInputs = [ libwebp jasper libmng zlib ];
  nativeBuildInputs = [ pkg-config ];
  patches = [
    # Fix nullptr dereference with invalid SVG
    # https://bugreports.qt.io/projects/QTBUG/issues/QTBUG-117944
    (fetchpatch2 {
      name = "QTBUG-117944.patch";
      url = "https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=edc8ca7f";
      hash = "sha256-kBQYlQqPb0QkRhatQyaGdxE1Y5zHd6/ZEd5zn0gRVoM=";
    })
  ];
}