Commit 5eff282c authored by Marius DAVID's avatar Marius DAVID
Browse files

skytemple: remove indirectly vulnerable webkitgtk_4_0

parent 5c059664
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  gobject-introspection,
  gtk3,
  gtksourceview4,
  webkitgtk_4_0,
  wrapGAppsHook3,
  python3Packages,
}:
@@ -26,10 +25,11 @@ python3Packages.buildPythonApplication rec {
  buildInputs = [
    gtk3
    gtksourceview4
    # webkitgtk is used for rendering interactive statistics graph which
    # can be seen by opening a ROM, entering Pokemon section, selecting
    # any Pokemon, and clicking Stats and Moves tab.
    webkitgtk_4_0
    # SkyTemple uses webkitgtk 4.0 which is depend on libsoup2, an
    # unmaintained library. Since it is optional, do not use it.
    # It is only used to add interactive monster XP curver, that
    # can alternatively be opened in the web browser (and is also
    # rendered in-app as non-interactive image)
  ];

  nativeBuildInputs = [