Merge pull request #215435 from DCsunset/goldendict-fix-adding-dict

This commit is contained in:
Artturi 2023-09-08 04:23:00 +03:00 committed by GitHub
commit 67b75cf42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -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