Loading pkgs/by-name/sk/skytemple/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ gobject-introspection, gtk3, gtksourceview4, webkitgtk_4_0, wrapGAppsHook3, python3Packages, }: Loading @@ -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 = [ Loading Loading
pkgs/by-name/sk/skytemple/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ gobject-introspection, gtk3, gtksourceview4, webkitgtk_4_0, wrapGAppsHook3, python3Packages, }: Loading @@ -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 = [ Loading