Skip to content

Commit

Permalink
Merge pull request #215435 from DCsunset/goldendict-fix-adding-dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Sep 8, 2023
2 parents e89bda6 + 9eb19d6 commit 67b75cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/goldendict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, libXtst, libvorbis, hunspell, lzo, xz, bzip2, libiconv
, qtbase, qtsvg, qtwebkit, qtx11extras, qttools, qmake
, wrapQtAppsHook
, wrapGAppsHook
, withCC ? true, opencc
, withEpwing ? true, libeb
, withExtraTiff ? true, libtiff
Expand Down Expand Up @@ -31,7 +32,7 @@ stdenv.mkDerivation rec {
--replace "opencc.2" "opencc"
'';

nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ];
nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook wrapGAppsHook ];
buildInputs = [
qtbase qtsvg qtwebkit qttools
libvorbis hunspell xz lzo
Expand Down

0 comments on commit 67b75cf

Please sign in to comment.