9 , gobject-introspection
19 python3.pkgs.buildPythonApplication rec {
24 src = fetchFromGitHub {
28 hash = "sha256-R8Zg/2tr9MrmtTdbvqD+Ra8+MEBJdgMqC3ptx1VgkeA=";
50 propagatedBuildInputs = with python3.pkgs; [
56 patchShebangs build-aux/meson/postinstall.py
57 substituteInPlace build-aux/meson/postinstall.py \
58 --replace gtk-update-icon-cache gtk4-update-icon-cache
61 # prevent double wrapping
64 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
68 description = "Wikipedia Reader for the GNOME Desktop";
69 homepage = "https://github.com/hugolabe/Wike";
70 license = licenses.gpl3Plus;
71 platforms = platforms.linux;
72 maintainers = with maintainers; [ samalws ];