10 , gobject-introspection
20 python3.pkgs.buildPythonApplication rec {
25 src = fetchFromGitHub {
29 hash = "sha256-x6HYlpCj7poKWJWB2CnvN1aoTa7LmqYwbPa62WvSYsQ=";
51 propagatedBuildInputs = with python3.pkgs; [
57 patchShebangs build-aux/meson/postinstall.py
58 substituteInPlace build-aux/meson/postinstall.py \
59 --replace gtk-update-icon-cache gtk4-update-icon-cache
62 # prevent double wrapping
65 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
67 patchShebangs --update $out/share/wike/wike-sp
71 tests.cross = pkgsCross.aarch64-multiplatform.wike;
75 description = "Wikipedia Reader for the GNOME Desktop";
76 homepage = "https://github.com/hugolabe/Wike";
77 license = licenses.gpl3Plus;
78 platforms = platforms.linux;
79 maintainers = with maintainers; [ samalws ];