10 gobject-introspection,
16 python3.pkgs.buildPythonApplication rec {
19 pyproject = false; # Built with meson
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 hash = "sha256-oiAXSDJJtlV6EIHzi+jFv+Ym1XHCMLx9DN1YRiXZNzc=";
42 dependencies = with python3.pkgs; [
47 # prevent double wrapping
52 --prefix PATH ":" "${lib.makeBinPath [ espeak-ng ]}"
53 "''${gappsWrapperArgs[@]}"
58 description = "Offline English-English dictionary application built for GNOME";
59 mainProgram = "wordbook";
60 homepage = "https://github.com/fushinari/Wordbook";
61 license = lib.licenses.gpl3Plus;
62 platforms = lib.platforms.linux;
63 maintainers = with lib.maintainers; [ zendo ];