12 , gobject-introspection
18 python3.pkgs.buildPythonApplication rec {
20 version = "unstable-2022-11-02";
23 src = fetchFromGitHub {
26 rev = "2d79e9e9ef21ba4b54d0b46c764a1481a06f0f1b";
27 hash = "sha256-ktusZEQ7m8P0kiH09r3XC6q9bQCWVCn543IMLKmULDo=";
47 propagatedBuildInputs = with python3.pkgs; [
52 # prevent double wrapping
57 --prefix PATH ":" "${lib.makeBinPath [ espeak-ng ]}"
58 "''${gappsWrapperArgs[@]}"
63 description = "Offline English-English dictionary application built for GNOME";
64 mainProgram = "wordbook";
65 homepage = "https://github.com/fushinari/Wordbook";
66 license = licenses.gpl3Plus;
67 platforms = platforms.linux;
68 maintainers = with maintainers; [ zendo ];